When I try the format you just posted, it still doesn't display in IE, and it breaks it in firefox.
When it works in FF, this is how I have it -
Code:
@font-face
{
font-family: bebas-neue;
src: url('/fonts/bebas-neue.ttf'),
url('/fonts/bebas-neue.eot'); /* IE9 */
}
I've seen so many different ways to format it on so many different sites and none of them have worked except that exact way. And even then, it only works in FF and Chrome. I'm not sure what I could be screwing up.