Wave of warning letters for google fonts

In Austria and Germany there a waves of warning letters due to usage of google fonts by fonts.googleapis.com

how to solve:
save your fonts in your app and activate them in css:
@font-face {
font-family: ‘Raleway’; …

Also delete in standard-page.html:

<link href="https://fonts.googleapis.com/css?family=Roboto...

I don’t understand what you mean. Can you explain more, please?

Because of a court ruling at the Munich Regional Court, some lawyers are trying to force organisations into settlements.
It probably only concerns the EU with its peculiar data protection regulation.

We received the same lawsuit :wink:
But for our wix hosted landing page.

Hi Mark,

ich sehe dem gelassen entgegen und werde nicht zahlen.

Bitte:
ich versuche gerade auf meiner Seite simulationcompany.at den Fonts Raleway zu installieren.
im standard-page.html habe ich den link rausgelöscht.
Dennoch wird immer noch von Google aufgerufen. Ich finde nicht, woher das kommt. Hast du einen Tip?

Den Fonts habe ich in die Assets hochgeladen und im theme.css eingetragen:

/* Typography */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.4286;
  background-color: #fafafa;
  /*
  background-repeat: vertical;
  background-image: scroll;*/
  background-image: url("_/theme/simco_page_background.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@font-face {
  font-family: 'Raleway';
  src: url('_/theme/raleway-variablefont_wght-webfont.woff2') format('woff2'),
    url("_/theme/raleway-variablefont_wght-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

Wir bevorzugen Englisch für das Forum - danke fürs Verständnis!

Ah, I see - I assume you are talking about this :

Exactly that it is what we are talking about

Sorry - my Question:

I am currently trying to install the Raleway font on my simulationcompany.at page.
I have deleted the link in the standard-page.html.
I uploaded the fonts to assest and entered them to theme.css.

However, it is still being called up by Google. I can’t find where this comes from. Do you have an idea?

Hi @Aaron,

sorry no idea - we use wix.com landing pages for all our public sites.
Thus haven’t looked into the DSGVO font fiasco on the anvil side of things.