ERNICommunity / at11

A simple web application that fetches daily lunch menus from popular restaurants near ERNI Slovakia office.
https://at11.azurewebsites.net/
The Unlicense
22 stars 20 forks source link

Font issue in Firefox #129

Closed mareklinka closed 7 years ago

mareklinka commented 7 years ago

There seems to be a font issue in latest Firefox Developer edition:

image

And the console output:

image

mareklinka commented 7 years ago

After short investigation it seems that the Amatic SC, as hosted on Google, has an invalid format (as far as Firefox Dev is concerned). Fixing this would most likely require us to change the font we use for this particular theme.

drvic10k commented 7 years ago

is it possible, that they will fix it on the hosting? or is it available somewhere else in the correct format? wouldn't the correct format break on other browsers?

mareklinka commented 7 years ago

I wouldn't expect the font to be fixed on the CDN, this is probably the latest version available. The font is available for download, so we might try and include it manually.

I wouldn't really worry about it breaking other browsers. As far as I understand it, the new font parser in FF is not really different, just stricter on standards. I'll have a look.

mareklinka commented 7 years ago

A screenshot for the IE/Edge issue mentioned in the pull request:

image