How to Remove Google Fonts?
-
Thank you for maintaining this plugin. It has improved loading times greatly!
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!
- The topic ‘How to Remove Google Fonts?’ is closed to new replies.