I'm using a font-face and it's rendering fine in Safari and Chrome but not Firefox.
@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;
}