I just got done building the layout and wireframe for a new website, and when I checked it in Firefox 3.6.23 on my Mac I noticed that the CSS3 property for Font-Face was not working at all, but it worked on my Linux computer and my Win Virtual Boxes, After digging around in Firefox’s setting I found a interesting setting in Firefox Lion. If you have found this run into this problem your-self check your Firefox settings, by going to
about:config
In the URL bar, Then In the Filter paste this code in and see if your Fonts are disabled
gfx.downloadable_fonts.enabled
In Mac Lion I found I had a extra setting named
gfx.downloadable_fonts.enabled.lion
Which was set to off by Default even thou the first setting was set to on. As soon as I switched this setting to on my Font-face property’s started working again.
Just a quick tip that I found, not sure if anyone else has noticed this yet or not.
