Matt_Ceb Posted November 8, 2022 Share Posted November 8, 2022 Hello, due to some lawyers in Germany starting to send monetary claims to sites using Google Fonts, I was given the task to remove google fonts from a few pages we host for our customers. One of those was built using processwire three years ago, before I joined the company, and the person responsible doesn't work here any more. I have... No clue how to deal with processwire, have never used it before and am sort of lost. Is there an easy way to disable google fonts and just let the site revert back to the user's system fonts? Thank you for your time and any help in advance! Link to comment Share on other sites More sharing options...
Matt_Ceb Posted November 8, 2022 Author Share Posted November 8, 2022 Okay, I now found the Google Webfonts Helper and generated the css and downloaded the font so to host locally. Where do I put the CSS code into? The main.css in Styles, or in every .css? (Sorry, I'm a bit lost right now.) Link to comment Share on other sites More sharing options...
Matt_Ceb Posted November 8, 2022 Author Share Posted November 8, 2022 Okay, I was able to remove one call to the google fonts api, but there's one remaining that I simply can't find. ? I've looked through all css files in /site/templates and all of them have the necessary @font-face AND I have the needed fonts in all sizes and versions on a server-side folder. Yet a GDPR checker says that I still have a call to the goole font API somewhere. I actually manually trawled the site with a dev console and checked each page, but both firefox and chrome tell me that all fonts called are local. I... I have no idea what else to do. Link to comment Share on other sites More sharing options...
zoeck Posted November 8, 2022 Share Posted November 8, 2022 Check if there is a "header" or "main" file in the site/templates directory. Normally there is normal HTML code inside, where the Google Fonts are included. But it also always depends on how the developer has programmed the page ? (by the way, you can edit posts in the forum, you don't always have to reply to them). Link to comment Share on other sites More sharing options...
Matt_Ceb Posted November 8, 2022 Author Share Posted November 8, 2022 14 minutes ago, zoeck said: Check if there is a "header" or "main" file in the site/templates directory. Normally there is normal HTML code inside, where the Google Fonts are included. But it also always depends on how the developer has programmed the page ? (by the way, you can edit posts in the forum, you don't always have to reply to them). That was it, yes! Thank you. ? There was a head.inc which had a manual callop to the googlefonts api. Thank you VERY much! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now