Open RickyDaMa opened 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:
@font-face
Uncaught DOMException: CSSStyleDeclaration.setProperty: Can't set properties on CSSFontFaceRule declarations
Unfortunately this is a (long-standing) bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1736640
Looks like the JavaScript/JQuery to set the
@font-face
URL is just straight-up not allowed in Firefox, see this console error: