googlefonts / diffenator3

Diffenator2, but Rustier
Apache License 2.0
10 stars 0 forks source link

HTML reports don't load correctly in Firefox #5

Open RickyDaMa opened 14 hours ago

RickyDaMa commented 14 hours ago

Looks like the JavaScript/JQuery to set the @font-face URL is just straight-up not allowed in Firefox, see this console error:

Uncaught DOMException: CSSStyleDeclaration.setProperty: Can't set properties on CSSFontFaceRule declarations
simoncozens commented 12 hours ago

Unfortunately this is a (long-standing) bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1736640