I have an OpenType font being referenced in a CSS file, but it doesn’t seem to work in Firefox 3.5. It works perfectly in Safari. The font is being referenced relatively, and is hosted on the same server, but in another sub-directory:
@font-face { font-family:'Font Name'; src:url(../fonts/Font-Name.otf) format('opentype') }
Has anyone else had any issues with @font-face with FF3.5?
I’m not entirely sure which of these changes fixed the problem, but this is what the line looked like when the problem was fixed: