-
Notifications
You must be signed in to change notification settings - Fork 75
Missing font names when downloading without processing #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ah, I see in the readme:
|
Downloading without processing should only be used in cases where Typerip crashes while trying to download a font file. This happens because the font contains some data that Opentype.js isn't expecting, causing the browser to hang resulting in a crash. Opentype.js is used to rebuild the font file, because the raw files from the adobe server are basically unusable outside of browsers as they're missing the font name and important pieces of data that windows and macos can't seem to parse. I'm still looking into why this crash is occurring, but mostly focusing on trying to find a replacement for Opentype as I've already had to make modifications to the library to get it to work at all, and I'm losing faith in its ability to be useful for rebuilding fonts in this project. I should add an explanation in the main tool that tells you what "Download without processing" does though, as users shouldn't need to look at the readme to figure out what its used for. If you download the fonts with processing do they install correctly? I grabbed a few font files just now and they seem to work fine on windows. |
Yes, with processing they install fine |
Reproduce
Workaround
The text was updated successfully, but these errors were encountered: