google / fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
https://fonts.google.com
18.26k stars 2.62k forks source link

Merriweather 700 italic fails validation #1599

Open astoilkov opened 6 years ago

astoilkov commented 6 years ago

Running validation on Merriweather 700 italic it fails with ERROR | The "head" table checkSumAdjustment (0x49a12a1c) does not match the calculated checkSumAdjustment (0x8dfcfa15)..

This prevents us from using opentype.js to work with the font data. See the issue here.

Merriweather-700-italic.woff.zip

m4rc1e commented 6 years ago

Do you get the same issue using the official download, https://fonts.google.com/specimen/Merriweather?

We don't provide woffs to download, only ttfs.

astoilkov commented 6 years ago

Yes. If you navigate the UI you can only get the ttfs. However, if I request the https://fonts.googleapis.com/css?family=Merriweather URL with the correct agent string I will get URL's for .woff files.

How do you create the .woff files?

astoilkov commented 6 years ago

.ttf files work correctly when using opentype.js. However, we want to use .woff for optimizing disk space our app uses.