neverpanic / google-font-download

Locally host Google's web fonts
https://neverpanic.de/blog/2014/03/19/downloading-google-web-fonts-for-local-hosting/
BSD 2-Clause "Simplified" License
706 stars 72 forks source link

Material Icons Support #10

Closed PaulBGD closed 7 years ago

PaulBGD commented 7 years ago

So while this script downloads them fine, there's 1 additional CSS selector that's included for .material-icons which adds some ligature support: https://fonts.googleapis.com/css?family=Material+Icons

Not sure if adding that is in the scope of this script, but thought I'd bring it up.

neverpanic commented 7 years ago

I guess I could try to look for other CSS rules and copy them verbatim if present, but at the moment this is not urgent enough for me to pursue. If anybody wants to contribute a patch for this I'll happily merge one, but I don't have time to spend on this, sorry.