@font-face font won't render in Firefox 12
The @font-face font renders fine on some pages, but not on the home page and one of the sub-pages. I'm developing a site for a class project, so there's no server or font downloading involved. I've tried overriding the @font-face font with a Google font --no dice. I tried pasting all the fonts directly into my main stylesheet and also tried creating a separate fonts folder that includes the fonts and their stylesheet and linking to that from my html. This project is due Monday 6/4 and I can't present it in class this way! We have to show we tested in all browsers. Please help!
All Replies (1)
Do you have a test page available?
Does it work if you specify that font as a local font?
- http://www.webfonts.info/wiki/index.php?title=%40font-face_support_in_Firefox
- https://developer.mozilla.org/en/CSS/@font-face
- https://developer.mozilla.org/En/HTTP_Access_Control
Did you check that there isn't a problem with the fonts? If there are errors in the font then downloaded fonts via @font-face are more likely to get rejected then local fonts.
A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.