CodeZombie / TypeRip

Adobe Fonts (formerly TypeKit) font ripper
http://badnoise.net/TypeRip/
415 stars 67 forks source link

Download Button not working #9

Closed scysys closed 4 years ago

scysys commented 4 years ago
Bildschirmfoto 2019-12-05 um 12 28 57
CodeZombie commented 4 years ago

Which font were you trying to download when this happened?

scysys commented 4 years ago

This one: https://fonts.adobe.com/fonts/aller

scysys commented 4 years ago

Bildschirmfoto 2019-12-10 um 13 05 53

swiinger commented 4 years ago

Same problem with https://fonts.adobe.com/fonts/jaf-domus Thank you

RichieRoo101 commented 4 years ago

Great work, but yes. I experienced the same issue with: https://fonts.adobe.com/fonts/benton-sans

CodeZombie commented 4 years ago

This problem was due to Opentype.js (The library used to re-encode fonts and 'fix' them), not being able to handle anything but perfectly formatted font data.

I made a small modification to opentype.js to ignore "broken" font data. This should have no real effect on the actual font data itself, but please let me know if you notice any anomalies.

All the fonts mentioned in this issue (and others with the same type of problem) should now work.