-
Notifications
You must be signed in to change notification settings - Fork 68
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
fonts.google.com - unknown #4742
Comments
So some "load this" promise is returning an error instead of a result. Unfortunately the Fx devtools debugger is still so slow when stepping in huge scripts that I didn't get very far on this.. |
The problem here seems to be related to the loading of the font. I'm getting the following errors in my console (Firefox Developer Edition 53.0a2) -
Looking at Bugzilla, there have been several similar issues to this raised in the past -
Also see this similar issue raised on a WordPress theme - In those issues, they seem to have been closed under the statement that this was a problem for Google to solve because the fonts themselves being loaded are the problem (they aren't passing a sanity check). This is a confusing one 😕 |
@ireade, Firefox nightly and dev-edition are simply stricter than beta and release builds about OTF fonts, and generate errors like the messages you were getting. Bug 1331737 states that you can toggle this stricter behavior off in pre-release builds with the about:config flag According to the related bugs, the correct action would be to inform the site about the broken font, but it looks like the latest version has fixed the problem. Their github page confirms:
Which seems to be the likely problem. As such I've used the feedback form on Google Fonts to send them a note in the hopes that they might update the version they're using, with a link back to this webcompat.com issue:
@karlcow, @adamopenweb, do you think that will be good enough, or would you like to contact them in some other way? |
@wisniewskit thanks for the clarification! |
Moving back to contactready -- @karlcow can we raise this on the ML? (the feedback form is a great way to raise the issue, but we should be able to get more eyes on it via our mailing list). |
@miketaylr Yes we can try. Note that @wisniewskit said that
Recontacted through partner mailing-list this time. |
On May 3, there was this answer from Google.
|
The Roboto Google Font (and its landing page) has just been fixed, as reported here. I just confirmed that the font-weight selector does what it is intended to do. |
URL: https://fonts.google.com/specimen/Roboto
Browser / Version: Firefox 54.0
Operating System: Linux
Problem type: Unknown
Steps to Reproduce
Expected Behavior: specified font-weight should be applied
Actual Behavior: needed font fails to load due to an Angular error
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: