majodev / google-webfonts-helper

A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets
https://gwfh.mranftl.com
MIT License
12.03k stars 421 forks source link

Font zips downloaded via API don't match CSS #15

Closed monsterlane closed 8 years ago

monsterlane commented 8 years ago

The CSS listed in the web UI doesn't match the font file names when downloading via the API. Fonts with the Cyrillic subset seem to be effected the most.

Example: Seymour One CSS: seymour-one-v4-latin-ext_latin_cyrillic-regular.eot File: seymour-one-v4-cyrillic_latin-ext_latin-regular.eot

majodev commented 8 years ago

Hm, sorry cannot reproduce this currently, can you provide the specific steps how this actually occured?

https://google-webfonts-helper.herokuapp.com/fonts/seymour-one?subsets=cyrillic,latin,latin-ext

bildschirmfoto 2016-04-01 um 21 24 29

monsterlane commented 8 years ago

Hmm I found the commit where I fixed them but I tried 4-5 of the ones I had issues with and they seem to come out correctly now. If I see it again I'll report it with a better test case thanks!