Not sure folk are aware that using Google fonts by URL in their CSS undermines the privacy of each and every site visitor, sending their IP to GG with every visit. How? Because with each visit they download the font from GG, not your server.

If you will use GG fonts, don't do this

@import url('fonts.googleapis.com/css?famil[...]

Download that font, and resource it locally instead

@font-face {
font-family: FontName';
font-style: normal;
src: url('../fonts/FontName.woff2');
[...]
}

@JulianOliver

It's not just the css, for example if you use wordpress and heavily use wordpress plugins, you risk pulling in google stuff via the plugins.

@import

Sign in to participate in the conversation
Librem Social

Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy.

Stay safe. Please abide by our code of conduct.

(Source code)

image/svg+xml Librem Chat image/svg+xml