Css – font-family not working in Firefox, but works in all other browsers

cssfont family

I am using:
body {
font-family:"Franklin Gothic Demi";
}

It shows the font correctly in Chrome, Safari, and Internet Explorer, but shows Times New Roman in Firefox. Am I missing something? I thought Franklin Gothic Demi was a built in web font…

Best Answer

Try clearing the cache in Firefox.

Also consider embedding the fonts so that it is more compatible across all browsers and clients. http://www.google.com/webfonts

Some people discussed this exact problem. http://forums.madcapsoftware.com/viewtopic.php?f=9&t=15267