Fonts
A privacy-friendly drop-in replacement for Google Fonts
Install / Use
/learn @coollabsio/FontsREADME
A privacy-friendly drop-in replacement for Google Fonts
I wrote it in an hour, so please report bugs here. Several improvements could be made here and there, so do not hesitate to contact me. if you have any suggestions.
Why?
There have been several GDPR issues popping up lately with Google & Google CDN. We don't know what they are doing with user details, such as IP address, browser agent, etc.
So I decided to create a similar service just without logging ANYTHING.
How to use?
Fonts
Change the domain name from fonts.googleapis.com to api.fonts.coollabs.io in your <head> tag; that's it!
Example:
Original <head> content:
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
Replaced <head> content:
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
<link href="https://api.fonts.coollabs.io/css2?family=Roboto&display=swap" rel="stylesheet" />
Or with @import:
From:
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>
To:
<style>
@import url('https://api.fonts.coollabs.io/css2?family=Roboto&display=swap');
</style>
Supports css2 API endpoint and css API endpoint as well.
Icons
Currently, Material Icons is supported.
Original <head> content:
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
Replaced <head> content:
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
<link href="https://api.fonts.coollabs.io/icon?family=Material+Icons" rel="stylesheet" />
Stack
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
