Skip to content
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

Failures on Firefox Developer Edition #44

Closed
archseer opened this issue Mar 13, 2017 · 7 comments
Closed

Failures on Firefox Developer Edition #44

archseer opened this issue Mar 13, 2017 · 7 comments

Comments

@archseer
Copy link

Hi, not sure if this is the best place to report, but using this font via Google Fonts will make it fail in Firefox Dev Edition:

downloadable font: Layout: DFLT script doesn't satisfy the spec. DefaultLangSys is NULL (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:106:12
downloadable font: Layout: Failed to parse script table 0 (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:106:12
downloadable font: GSUB: Failed to parse script list table (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:106:12
downloadable font: rejected by sanitizer (font-family: "Merriweather" style:normal weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2  css:106:12
downloadable font: Layout: DFLT script doesn't satisfy the spec. DefaultLangSys is NULL (font-family: "Merriweather" style:italic weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIB0ue0Sk5cwvYx5tGiUAApw.woff2  css:138:12
downloadable font: Layout: Failed to parse script table 0 (font-family: "Merriweather" style:italic weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIB0ue0Sk5cwvYx5tGiUAApw.woff2  css:138:12
downloadable font: GSUB: Failed to parse script list table (font-family: "Merriweather" style:italic weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIB0ue0Sk5cwvYx5tGiUAApw.woff2  css:138:12
downloadable font: rejected by sanitizer (font-family: "Merriweather" style:italic weight:300 stretch:normal src index:2) source: https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIB0ue0Sk5cwvYx5tGiUAApw.woff2

It seemed to have worked just fine until recently (a few weeks ago).

@archseer
Copy link
Author

Related issue

webcompat/web-bugs#4742 (comment)

@EbenSorkin
Copy link
Owner

EbenSorkin commented Mar 15, 2017 via email

@archseer
Copy link
Author

It's a google cache server I think! I'm including the font directly through Google Fonts, and that's where google is serving it from:

If you check this generated stylesheet, fonts.googleapis.com/css?subset=latin,latin-ext&family=Merriweather:300,400,700,300italic,400italic, you can see it's using the same hosts.

Based on that other thread, apparently the issue is that the FF developer edition is stricter about the OTF format.

Anyway thank you so much for the Merriweather font family! I've been extensively using it; it's the main font on my personal site among other things.

@sheharyarn
Copy link

sheharyarn commented Apr 17, 2017

Bump. Really hoping this gets resolved soon. I opened a similar thread here.

And thank you for the awesome font!

@EbenSorkin
Copy link
Owner

EbenSorkin commented Apr 17, 2017 via email

@davelab6
Copy link
Contributor

This was partly a problem with the OpenType spec, which was fixed, and the OTS was updated; and partly a problem with fontTools, which was fixed, and the GF API was updated with it; so this should not happen (and was never a problem in the fonts.)

@davelab6
Copy link
Contributor

Test page, looks good to me: https://output.jsbin.com/hubepuz/

screen shot 2017-10-27 at 22 15 55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants