-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generated font files seem corrupt #2
Comments
Get exactly the same issue. |
Interesting. My test page uses the single-file CSS which uses the base64-encoded version of the font inline, and I have not seen this issue there. The font file should be the same underlying bytes. Will do some investigating! I had experienced some errors in the past due to manipulating the Unicode codepoints incorrectly, but that doesn't seem to be the issue if the inlined font works. |
I get an error saying the file length doesn't match the header when I try to use the .woff file |
Does the issue occur when generating a |
Did you ever test this? I haven't had a chance myself to test your question about .ttf but .woff is definitely broken still |
It seems like your code might be outputting base64 text into the files that should be binary? I think your testing method is flawed if this is working for you. |
These two choices give the same output: CSS and external font(s) Download of individual font files gives base64 encoded file contents |
@rektdeckard any progress on this? |
Describe the bug
Generated font files from pack.phosphoricons.com do not work, console throws error.
Steps to Reproduce
downloadable font: rejected by sanitizer
; Chrome:failed to decode downloaded font
Expected behavior
Font file should load without error. Icons should be seen.
Context
Additional notes
Trying to use generated
.ttf
file with a different WOFF-Converter (Font Squirrel) results inThe font 'Phosphor.ttf' is corrupt and cannot be converted.
, too.Using the (full) font files from phosphor-icons/web works without issues.
Maybe this is a problem with line feeds/formatting while generating the files.
The text was updated successfully, but these errors were encountered: