Typekit and fontawesome not working in Firefox
I use Typekit (museo slab) and fontawesome (icons) for some of the fonts on my web page. The fonts show fine in Safari and Chrome but default to Times when viewed in Firefox. Need to know if there's a fix for this?
I use Typekit (museo slab) and fontawesome (icons) for some of the fonts on my web page. The fonts show fine in Safari and Chrome but default to Times when viewed in Firefox. Need to know if there's a fix for this?
Всички отговори (1)
You can check the Web Console ("3-bar" menu button or Tools -> Web Developer) for error messages.
- https://developer.mozilla.org/Tools/Web_Console
- https://developer.mozilla.org/Tools/Page_Inspector/How_to/View_fonts
- devtools.fontinspector.enabled = true
Make sure you allow pages to choose their own fonts.
- Options/Preferences -> Content : Fonts & Colors -> Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"