google-webfonts-helper icon indicating copy to clipboard operation
google-webfonts-helper copied to clipboard

Can the download zip option include the CSS file?

Open monsterlane opened this issue 8 years ago • 4 comments

Would make batch importing a large numbers of font to serve locally with the WebFont loader a lot easier.

monsterlane avatar Mar 17 '16 19:03 monsterlane

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, ...).

majodev avatar Apr 01 '16 19:04 majodev

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.

monsterlane avatar Apr 01 '16 21:04 monsterlane

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.

mneitz avatar Jun 06 '18 10:06 mneitz

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/

nextgenthemes avatar Jun 28 '20 20:06 nextgenthemes