Why is font-face not working in Firefox?

robertionut95

New Member
I'm using a font-face and it's rendering fine in Safari and Chrome but not Firefox.\[code\]@font-face { font-family: 'franchiseregular'; src: url('franchise-bold-webfont.eot'); src: url('franchise-bold-webfont.eot?#iefix') format('embedded-opentype'), url('franchise-bold-webfont.woff') format('woff'), url('franchise-bold-webfont.ttf') format('truetype'), url('franchise-bold-webfont.svg#franchiseregular') format('svg'); font-style: normal;}h1 { font-family: 'franchiseregular', Helvetica, 'Helvetica Neue', Arial, sans-serif; }\[/code\]
 
Back
Top