google-webfonts-helper
google-webfonts-helper copied to clipboard
Can the download zip option include the CSS file?
Would make batch importing a large numbers of font to serve locally with the WebFont loader a lot easier.
This would definitely be awesome and will be part of the incoming next major rewrite.
I want the server+client to share the same implementation of the generation logic (and also include snippets for other preprocessors like SASS, Less, ...).
Awesome! We're hosting all of Google's fonts so we can use them with a PDF converter and having the CSS included would make my admin panel installer a lot cleaner. Currently we have to paste the CSS into a box and it downloads the zip and puts everything together before pushing it to an S3 container.
and API do download the CSS would be awseome or even part of the downloaded zip. with the current GDPR in place i would need to parse the filenamens to generate the coresponding CSS which the Webinterface is providing already. This would be a BIG HELP.
Hi guys, I created a download tool in PHP that works on the server and as a CLI script. It supports display=swap
and also packages the css exactly like google serves it, just with font location replaced with relative path. See nextgenthemes.com/google-webfont-downloader/