New. Onion Domain

fonts.upset.dev

A privacy-friendly Google Fonts alternative. Faster, fully EU-compliant, and completely tracking-free.

How to use

Replace the Google Fonts API URL in your code. That's it.

Replace this

fonts.googleapis.com

With this

fonts.upset.dev

Live example

<link href="https://fonts.upset.dev/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">Try it now

Why switch?

Side-by-side, what changes when you swap Google Fonts for fonts.upset.dev.

Google Fonts

Before
  • 2 separate endpoints (fonts.googleapis.com & fonts.gstatic.com)
  • CSS files are not minified (larger file sizes)
  • Shares user IP addresses with Google
  • Violates GDPR in many EU countries
  • Only uses gzip compression

Generated CSS

@font-face {
  font-family: 'Inter';
  src: url(https://fonts.gstatic.com/...)
       format('woff2');
}

fonts.upset.dev

After
  • Single endpoint for both CSS & fonts (fonts.upset.dev only)
  • Optimized and minified CSS (smaller file sizes)
  • Hides your visitors' IP addresses from Google
  • Fully compliant with EU privacy regulations
  • Uses modern Brotli & zstd compression

Generated CSS

@font-face {
  font-family: 'Inter';
  src: url(/f/inter/v12/...)
       format('woff2');
}

Key features

A drop-in proxy that fetches fonts from Google on your behalf, so your visitors' data never reaches them.

Faster loading

Minified CSS, Brotli and zstd compression, and a single endpoint. Lower payload than Google Fonts.

Privacy first

No tracking, no logs. Your visitors' IP addresses never reach Google's servers.

EU compliant

GDPR-friendly. EU courts have ruled that using Google Fonts directly violates GDPR. This proxy avoids that.