I'm working on a website targeted mainly to mac users, and I'm using Helvetica Neue Condensed Bold for headings, which is installed by default on Mac OSX, in the system .dfont format.
This works well in Safari: font-family:'HelveticaNeue-CondensedBold';
But does not work in OSX Firefox… Any ideas to make it work? I've already tried all the possible space and hyphen combinations, and even stupid things like font-family:'HelveticaNeue'; font-weight:'CondensedBold';