MyBB Community Forums

Full Version: @font-face??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the @font-face technique...
@font-face {
font-family: Family;
src: url(a ttf file);
src: url(an otf file);
src: url(an eot file);
}
and other file formats.

However when I apply it to the script
CSS:
.header {
font-family: Family;
}

HTML:
<div class="header">Some Text</div>

It works in Chrome ad Safari....
But it doesn't work in IE (which my school I go to uses)...

I suspect that IE using an earlier version of CSS, what would be the equivalent or very close relation of this in CSS1?
I need the answer today!
Link to website?
Its not the website problem, it's the CSS, esides, I cannot give away private stuff n the website if thats ok...
But really, its a layout of a theme not the mybb itself, but can I please know the CSS1 equivalent?