jrnewell / goog-webfont-dl

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

Fix for fonts not being downloaded when local name definition was missing #19 #20

Closed javafrog closed 4 years ago

javafrog commented 4 years ago

Some fonts, like Orbitron, do not come with a local name definition: https://fonts.googleapis.com/css?family=Orbitron:900, which prevents them from being downloaded. This PR fixes the problem by generating a default name, generated from font family, style and weight for such fonts.

javafrog commented 4 years ago

Referencing #19 (didn't seem to work out of the box)