Google Fonts. Lokal gehostet.
Rechtssicher.

Eine REST-API, die Google Fonts automatisiert als lokale, datenschutzkonforme Font-Pakete bereitstellt. Keine IP-Übermittlung an Google. Kein Abmahnrisiko. Perfekt für KI-Agenten.

/* Vorher: DSGVO-Verstoß (IP geht an Google) */
@import url('https://fonts.googleapis.com/css2?family=Roboto');

/* Nachher: Rechtskonform (100% lokal gehostet) */
@import url('https://deinedomain.de/v1/css?family=Roboto&api_key=rf_...');
1.600+
Google Fonts
100%
DSGVO-konform
<50ms
Response Time
0 EUR
Free Tier

Warum realmaker LocalFonts?

Alles was du brauchst, um Google Fonts rechtssicher einzubinden – in einer API.

DSGVO-konform

Fonts werden von deutschen Servern geladen. Keine Datenübermittlung an Google. Konform mit dem LG-München-Urteil.

Drop-in Replacement

Einfach die Google Fonts URL durch unsere ersetzen. Gleiche Qualität, gleiche Formate. Eine Zeile Code.

Perfekt für KI-Agenten

REST-API + MCP-Protokoll, designed für Claude Code und automatisierte Website-Erstellung.

📚

1.600+ Fonts

Vollständiger Google Fonts Katalog. Tägliche Synchronisation. Alle Weights, Styles und Formate.

🔌

MCP Protocol

Native Integration in Claude Code via Model Context Protocol. Fonts suchen und einbinden ohne die IDE zu verlassen.

Performance

Lazy-Loading, File-Cache und CDN-optimierte Auslieferung. Fonts werden beim ersten Aufruf lokal gecacht.

So einfach gehts

In 3 Schritten zu rechtssicheren Google Fonts.

1

Registrieren

Erstelle einen kostenlosen Account und erhalte sofort deinen API-Key.

POST /v1/register
{ }
2

URL tauschen

Ersetze die Google Fonts URL durch die realmaker LocalFonts URL. Fertig.

<link rel="stylesheet"
href="https://deinedomain.de
/v1/css?family=Roboto
&api_key=rf_...">
3

Rechtssicher

Fonts werden ab jetzt von deutschen Servern geladen. Kein Google-Kontakt mehr.

font-family: 'Roboto', sans-serif;
/* Self-hosted, GDPR-compliant */
NEU

Claude Code / MCP Integration

Verbinde realmaker LocalFonts direkt mit Claude Code. Fonts suchen und einbinden per Prompt.

Setup in 10 Sekunden

Ein Befehl im Terminal – danach kann Claude automatisch Fonts einbinden.

$ claude mcp add-json rm-localfonts '{"type":"http","url":"https://fonts.realmaker.de/mcp","headers":{"X-API-Key":"rf_DEIN_KEY"}}'

Verfügbare Tools

install_font
All-in-one: Download-Commands + fertiges CSS in einem Call
search_fonts
Font-Katalog durchsuchen nach Name, Kategorie oder Style
download_font
Font-Dateien lokal herunterladen (woff2/woff/ttf)
get_font_css
@font-face CSS generieren (CDN oder lokale Pfade)
get_font_link
HTML -Tag zum Einbetten erhalten

Beispiel-Prompt

"Lade Roboto in 400 und 700 lokal herunter und binde es ein."

→ Claude nutzt automatisch install_font
→ Liefert Download-Commands + fertiges @font-face CSS
→ Ein einziger Tool-Call statt 6 manuelle Schritte

API auf einen Blick

4 Endpoints für alles rund um Fonts. REST, JSON, sofort einsatzbereit.

Font-Katalog durchsuchen

GET /v1/fonts?search=roboto&category=sans-serif

{
  "fonts": [{
    "family": "Roboto",
    "category": "sans-serif",
    "variant_count": 12
  }]
}

CSS generieren

GET /v1/css?family=Roboto&weights=400,700

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url('...') format('woff2');
}

Font-Datei abrufen

GET /v1/font/roboto/400-normal.woff2

→ Binary woff2
→ Cache: 1 Jahr (immutable)

Account & Verbrauch

GET /v1/account

{
  "usage": {
    "requests_today": 42,
    "daily_limit": 100,
    "remaining": 58
  }
}

Pricing

Starte kostenlos. Upgrade wenn du mehr brauchst.

Free

0 €
Für immer kostenlos
  • 100 Requests / Tag
  • Alle 1.600+ Fonts
  • woff2 Format
  • CSS-Generierung
  • MCP Integration
Kostenlos starten

Enterprise

Individuell
auf Anfrage
  • Unlimitierte Requests
  • Eigene Subdomain
  • SLA & Priority Support
  • Custom Fonts Upload
  • Dedicated Infrastructure
Anfragen

Jetzt registrieren

Erstelle deinen kostenlosen Account und erhalte sofort deinen API-Key.

Keine persönlichen Daten erforderlich. Wir speichern weder IP-Adressen noch Tracking-Daten.

Optional: E-Mail angeben für Key-Recovery