Hi,
If I don’t want to send data to Google, it is not enough to disable the “USE GOOGLE FONTS” button. I have to manually get and upload Open Sans, Roboto, Verdana, Geneva, and sans-serif following this guide: https://forum.tagdiv.com/font-customization/. They are not already stored and loaded with the theme by default. If I load a demo, the used fonts are also not loaded and I have to get them and upload them manually each time I switch a demo.
Did I understand that correctly?
Hi,
Yes, if you disable google fonts, you will need to upload each font manually, no matter if they are default theme’s fonts or demo’s fonts.
Thanks!
Hi Simion,
although I followed all steps, uploaded my own fonts and disabled Google Fonts, I still see in Search Console fonts.googleapis.com loading.
@font-face {
font-family: ‘Open Sans’;
font-style: normal;
font-weight: 300;
src: local(‘Open Sans Light’), local(‘OpenSans-Light’), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format(‘woff2’);
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
Hi,
Then something must still be loading fonts. Not just the theme can load fonts, plugins can too for example.
Once the theme fonts are deactivated in the theme panel, the theme will not load any more fonts, this is well tested. Only your uploaded fonts will be loaded if you have any.