Privacy Friendly Google Fonts Alternative
Going through and cleaning up some of my bookmarked tools and wanted to share this- when you want to use a google font but want to be GDPR compliant
Cool Labs
You just change your head from this:
To This:
(Can also be used in css @import as well, see the GH link for examples)
GitHub
GitHub - coollabsio/fonts: A privacy-friendly drop-in replacement f...
A privacy-friendly drop-in replacement for Google Fonts - coollabsio/fonts
8 Replies
Anything that helps protect against the Big G is a win!
-# or you can download the font from G fonts and host it with your website 😉
there's also this post here: https://discord.com/channels/436251713830125568/1293668455932887040
fontsource is a better solution
What’s font source and what makes features make it superior ?
you self host the font
GitHub
GitHub - fontsource/fontsource: Self-host Open Source fonts in neat...
Self-host Open Source fonts in neatly bundled NPM packages. - fontsource/fontsource
that's it
Let's say I want to use Inter in my project: https://fontsource.org/fonts/inter/install
it's just a simple npm install
For quick projects (like on codePen) where I want access to a font but don’t have access to a file system is my use case for using google fonts or cool-labs.
If it’s a “real” project, I do always self-host the font somewhere or within the project. So I can’t see the benefit for my workflow personally but im sure someone else will benefit! Thanks for contributing ! 🙏