Google Fonts API | Website Check says 'in use' but it's not!?

Google Fonts have been uploaded as ‘custom fonts’ but on doing a site check with https://gdpr-check.insites.com it says Google Fonts API is being used!?

Can this be fixed?


Here is my site Read-Only: https://keenanbc.co.uk/

Hi there,

For GDPR compliance purposes, it’s important to ensure your site isn’t loading Google Fonts through external APIs. Here’s how to check and remove them if necessary:

To check for Google Fonts API:

  1. Visit your published site
  2. Right-click and select “Inspect”
  3. Go to the Network tab
  4. Refresh the page
  5. Look for the webfont.js file

If you find the webfont.js file, you’ll need to remove Google Fonts from your site. To do this:

  • Use the Style selectors panel to identify and remove all Google font instances
  • Go to Site settings > Fonts tab > Google fonts and delete them
  • Republish your site to apply the changes

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

If the designer references a Google font anywhere the system will load it and the web font script.