zeroseven / font-loader
With this extension external fonts can be loaded directly into your TYPO3 ecosystem and will be delivered from your local webserver
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-10-28 15:48:50 UTC
README
With this extension external fonts can be loaded directly into your TYPO3 ecosystem and will be delivered from your local webserver. This often optimizes load time and meets requirements from the GDPR (or German DSGVO).
Installation
Get this extension via composer req zeroseven/font-loader
.
Configuration
All you have to do is install the extension. Everything else happens automatically.
What's happening?
External CSS font files from Google Fonts and Fontawesome are being recognized and loaded if they are being included via TYPO3's own CSS includes. For example like so:
page.includeCSS.font = https://fonts.googleapis.com/css?family=Roboto:300,400,500,700
The fonts inside the CSS are being analyzed, downloaded onto your local webserver and linked.