GDPR Module

Does Using Google Fonts Violate GDPR?

What a 2022 German ruling found, what's changed since, and how to remove the risk.

Quick answer

Loading Google Fonts directly from Google's servers sends visitor IP addresses to Google before the visitor has made any consent choice, which a 2022 German court ruled breaches GDPR. Since 2023, an EU-US data transfer agreement covers Google specifically, which narrows the legal exposure but doesn't remove the underlying privacy question. Self-hosting the font files avoids the issue entirely and typically takes under an hour.

By GetGDPRScan Editorial · Last updated 2026-09-01

If your site has a line like fonts.googleapis.com anywhere in its HTML or CSS, or a Google Fonts CSS @import, this applies to you. It's one of the most common things an automated GDPR scan flags, and one of the easiest to actually fix.

This guide covers what the underlying issue is, what a well-known 2022 German court ruling found, what's changed in the years since, and the concrete fix. It isn't legal advice, and whether your specific situation carries real risk depends on your setup and audience.

Not sure if your site does this?

Run a free GDPR scan and check whether your website loads Google Fonts, or other third-party resources, before visitors give consent.

Run a free GDPR scan

What actually happens when a page loads Google Fonts this way

Most websites don't host their own fonts. Instead, a line in the HTML or CSS tells the visitor's browser to fetch the font files from fonts.googleapis.com or fonts.gstatic.com. That request fires the moment the page loads, before any cookie banner has been answered, and it includes the visitor's IP address, browser details, and the time of the visit.

An IP address counts as personal data under GDPR (Article 4(1) and Recital 30 define it that way). So the question becomes: what's the legal basis for sending it to Google before the visitor has agreed to anything?

What the Munich court actually ruled

In January 2022, the Regional Court of Munich (Landgericht München I, case 3 O 17493/20) ruled on exactly this. A website had embedded Google Fonts via Google's CDN without asking the visitor first. The court found that transferring the visitor's IP address to Google had no valid legal basis, since self-hosting the same fonts was a readily available alternative that avoided sending any data to Google at all. It awarded the plaintiff 100 euros in damages.

That single ruling triggered a wave of mass warning letters (Abmahnungen) sent to German and Austrian website operators over the following year, each demanding payment to settle the alleged violation.

Is this still a real risk in 2026?

Two things changed since 2022, and both matter for an honest answer.

The transfer basis got stronger. Since July 2023, the European Commission's adequacy decision for the EU-US Data Privacy Framework gives Google, as a certified participant, a recognized legal basis for receiving data transferred from the EU. That directly addresses the "sent to the US with no safeguards" part of the original complaint.

The warning-letter campaigns themselves got pushed back on. Several German courts, including LG München I again in March 2023 (case 4 O 13063/22) and the Amtsgericht Ludwigsburg in February 2023, ruled that the mass warning-letter operations were an abuse of rights, finding that the point had shifted from stopping a privacy violation to generating settlement income. Similar findings came out of Austria.

So the underlying technical fact hasn't changed: an external font request still sends a visitor's IP address to Google before any consent decision. What's changed is that the transfer now has a clearer legal basis, and opportunistic mass-letter campaigns exploiting the original ruling have largely been pushed back on by courts. Whether your specific setup carries meaningful risk still depends on your circumstances, your audience, and how your site otherwise handles consent, which isn't something a blanket yes or no can responsibly answer.

How GetGDPRScan checks this: GetGDPRScan checks for third-party font requests as part of a broader scan of trackers, cookie consent, and privacy policy presence, so you can see whether this applies to your own site rather than guess.

How to fix it: self-hosting the fonts

This part doesn't really have two sides to it, regardless of where the legal debate lands: self-hosting removes the exposure completely, and it's a small job.

  • Download the font files you're using (Google Fonts' own site offers a direct download, or a tool like google-webfonts-helper can package the exact weights you need)
  • Add the files to your project, typically a /fonts folder, and reference them with a local @font-face rule instead of the Google-hosted link or @import
  • Remove the fonts.googleapis.com / fonts.gstatic.com reference entirely
  • Check that the fonts still render correctly across the browsers you support

How GetGDPRScan checks this: As a side effect, self-hosting typically also shaves a few requests off page load, since the browser no longer needs a separate connection to Google's servers. On WordPress, Shopify, or Webflow, check your theme's typography settings first, since many themes can self-host Google Fonts automatically without editing code.

What if you can't fully remove it

If self-hosting genuinely isn't practical for your setup, the fallback is to disclose the font request in your privacy policy and, depending on your risk tolerance, gate it behind the same consent mechanism used for your other tracking scripts. This is a weaker position than self-hosting, not a substitute for it, since the request still fires before any decision is made unless it's actually blocked rather than only disclosed.

Key takeaways

  • Loading Google Fonts from Google's servers sends visitor IP addresses to Google before any consent decision.
  • A 2022 Munich court ruling found this breaches GDPR when self-hosting is a readily available alternative.
  • Since 2023, the EU-US Data Privacy Framework gives the transfer a clearer legal basis, and courts have separately ruled the mass warning-letter campaigns abusive.
  • The practical fix, self-hosting the font files, takes well under an hour and removes the question entirely, regardless of how the legal debate develops further.

FAQ

Check your own site in under a minute

A free scan checks for Google Fonts and other third-party requests firing before consent, along with your cookie banner and privacy policy.

Start your free scan