Beschreibung
An easy way to self-host all your Google Fonts for increased Privacy or to meet a law requirement.
Theme and plugin authors are often unwilling to offer a self-hosted method and it’s quite laborious to download and upload each of the required font.
This plugin makes it all easy. It will scan all CSS on your site and automagically download and host on your server the necessary Google Web Fonts.
So funktioniert es:
- Konvertiert alle Google Font-Enqueues in lokal gehostete CSS-Dateien.
- Scannt und konvertiert alle Inline-Stil-Tags mit @imports für Schriftarten.
- Verarbeitet alle lokalen CSS-Dateien, die nicht richtig in die Warteschlange gestellt wurden (schlechte Autoren?).
- Lädt dabei alle erforderlichen Google Fonts auf den Server herunter.
Funktionen:
- Automatisch selbst gehostete Schriftarten ohne Aufwand.
- Kompatible mit allen Themes und Plugins.
- Unterstützt IE9+ und alle modernen Browser.
- Optimierter Code, der auf Leistung getestet wurde.
- Eingebauter Cache für die Verarbeitung.
- Kompatibel mit Cache-Plugins und Autoptimize.
- API und Hooks für Theme- und Plugin-Autoren.
- Uses unicode-range for optimized fonts when using multiple subsets. Google officially does this too, but other solutions for downloading fonts don’t support this.
Hinweise für Entwickler
Cache: Der häufigste Grund, wenn es nicht funktioniert. Wenn du ein Cache-Plugin benutzt, leere den Cache.
It will not work with JS solutions like WebFont Loader. If you’re a developer, you can still use this plugin’s API to get the needed CSS and files to convert your WebFont Loader. I will post instructions on support forums if there’s interest.
Installation
- Installiere und aktiviere das Plugin.
- Gehen Sie zu Einstellungen > Self-Hosted Google Fonts, Verarbeitung aktivieren und speichern.
- Lösche alle Caches von allen Cache-Plugins, die möglicherweise aktiv sind.
FAQ
- Installationsanweisungen
-
- Installiere und aktiviere das Plugin.
- Gehen Sie zu Einstellungen > Self-Hosted Google Fonts, Verarbeitung aktivieren und speichern.
- Lösche alle Caches von allen Cache-Plugins, die möglicherweise aktiv sind.
Rezensionen
Mitwirkende & Entwickler
„Self-Hosted Google Fonts“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Self-Hosted Google Fonts“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0.1
- Added an option to toggle protocol-relative URLs for generated CSS files.
- Fixed: Checkbox options not saving.
- Fixed: Italics not getting correct WOFF2 files.
- Added normalization to support regular/bold as 400/700.
1.0.0
- Erstveröffentlichung