Google Fonts | GF not used, but still show up

Hi Holgar, it looks like Baskerville is linked directly in your <head>;

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Baskervville:regular" media="all">
<script type="text/javascript">WebFont.load({  google: {    families: ["Baskervville:regular"]  }});</script>

Most likely due to-

  • a Font reference in your site settings
  • custom code in your Site or Page <head>

Start there. If you still can’t find it, then things get interesting. Let me know.

I’m curious about your cease-and-desist issue, is that related to the GDPR changes I’m hearing of? If @caliph 's post is accurate, then you’re in for a big project. The modern web doesn’t understand borders.

Your site also requests fonts from SendInBlue, another Google Font which is OpenSans, etc. It would be difficult to guarantee EU-only content for the site. You might try to find a proxy solution. If this is a problem that needs solved, I’m certain there’s a smart German tech team solving it.