We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to decode downloaded font
🐛 bug report
Browsers should be able to decode fonts referred to by a CSS file.
Warnings displayed on Chrome:
Failed to decode downloaded font: https://dew-glove.glitch.me/8253c766e445323b/MaterialIcons-Regular.woff2 OTS parsing error: invalid version tag
Font didn't render.
Font resource when clicked-through shows binary data in base64.
Maybe the font shouldn't be served encoded in base64?
Following the advice on #55 to load external stylesheets led me to this issue.
Glitch app Glitch project
The text was updated successfully, but these errors were encountered:
Hmm, I don't see the font being served as base64 but instead get an HTML page from bankai. of course neither is correct :D
I think we need some sheetify plugin that puts the things used inside url()s in the correct place.
Sorry, something went wrong.
No branches or pull requests
🐛 bug report
Expected Behavior
Browsers should be able to decode fonts referred to by a CSS file.
Current Behavior
Warnings displayed on Chrome:
Font didn't render.
Font resource when clicked-through shows binary data in base64.
Possible Solution
Maybe the font shouldn't be served encoded in base64?
Context
Following the advice on #55 to load external stylesheets led me to this issue.
Code Sample
Glitch app
Glitch project
Your Environment
The text was updated successfully, but these errors were encountered: