jrnewell / goog-webfont-dl

A utility to download google webfonts to your local machine
MIT License
75 stars 17 forks source link

Support for variable fonts #19

Open jcarignan opened 4 years ago

jcarignan commented 4 years ago

Library works well for most fonts, but trying to download one with "variable font" support fails with only a single .eot file downloaded and css parsed.

You can reproduce the issue by downloading the font "Raleway" using goog-webfont-dl -a Raleway

javafrog commented 4 years ago

Having the exact same problem with the Orbitron font.

jrnewell commented 4 years ago

@jcarignan I merged @javafrog pull request, can confirm that resolves your issue?