Installed, activated, done!
There is no more reference to Google Fonts.
This is great since here in Germany there is a wave of Lawsuits going against Sites that use Google Fonts.
]]>Having it installed and activated changes the visible font but the one call to google that I can readily identify remains in the pages source.
<link rel=’stylesheet’ id=’hemingway_googleFonts-css’ href=’//fonts.googleapis.com/css?family=Lato%3A400%2C700%2C400italic%2C700italic%7CRaleway%3A400%2C700′ type=’text/css’ media=’all’ />
Is there anything I can do to get the plugin to remove that?
Thanks in advance! /Carsten
Can you please tell me how we can disable this?
Thanks
]]>I’m looking at removing from my theme code all external api calls made to fonts.googleapi.com (since it drops cookies every time on my site, which I absolutely want to avoid), i keep having scripts calling Google API (despite having uploaded al fonts locally and updating all fonts URL on the theme options).
For instance, when looking at the source page of this particular page (https://www.empreintes.online/a-propos/), I got the script making calls to fonts.googleapis.com :
LINE 35 : <link rel=’dns-prefetch’ href=’//fonts.googleapis.com’ />
LINE 62 : <link rel=”stylesheet” href=”//fonts.googleapis.com/css?family=Roboto”>
LINE 63 : <link rel=”stylesheet” href=”//fonts.googleapis.com/icon?family=Material+Icons”>
LINE 81 : <link rel=”stylesheet” href=”https://fonts.googleapis.com/css?family=PT+Sans%3A400%2C700%2C400italic%2C700italic”>
LINE 791 : <link rel=”stylesheet” href=”//fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic”>
Anyone would know how to remove those calls to make this template free of google fonts api / cookies? I have installed the dedicated plugins (remove google fonts, disable google fonts) but does not fix this issue on my theme.
Appreciate your support,
Lyononline
My question concerns user privacy. In order to comply with GDPR, I need remove code that calls Google Fonts. WP Super Cache adds the following HTML in the head of my webpages:
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='stylesheet' id='kirki_google_fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Serif%7CNoto+Sans%7COpen+Sans%7CJulius+Sans+One&subset' type='text/css' media='all' />
I used to have Noto Sans, Open Sans, and Julius Sans in my webpages, but I have now changed them to fonts simply named “serif” and “sans-serif”. How can I remove these references above to Google Fonts, so I can increase user privacy? Since I am using a child theme, would there be a code snippet or two that I could use?
Thank you so much in advance!
]]>I am serving Google fonts locally but am finding in Chrome dev tools that the googlefont api is still being called from somewhere, and is not being used according to dev tools:
https://www.dropbox.com/s/ac7784vql7p7ten/fonts-googleapis.jpg?dl=0
I have spent ages trying to track down where it is coming from but haven’t had any luck.
So I came across your option to Remove Google Fonts, and I thought that would do the trick (or at least I hoped it would!) but after clearing caches, and checking dev tools the tricky little b*****d is still there.
Please can you suggest what else I can try to move forward?
Thank you very much for your help.
Michael.
]]>I’ve tried different plugins that are supposed to disable the fonts. Without success.
I have tried it with code in the functions.php. Even without success.
How can I successfully remove the Google fonts from the theme?
Thanks and best regards
]]>Kadence Blocks are really awesome! Great work!
For my projects I like to use local webfonts. I have these local fonts registered in my theme and I’m able to use them in the Customizer. How can I get these local fonts to be displayed and used by the Kadence blocks? Is it possible to completely remove all Google fonts and only display the locally added fonts?
Thanks for your help in advance!
Kind regards
Sebastian