My problem is pretty simple, but I just can’t solve it by myself. Does anybody know how to import fonts in ie7?
The code that I use and works in all navigators, except ie is:
@font-face
{
font-family: "Interstate";
src: url("interstate_regular.ttf");
}
All that I found is that ie7 can’t support it, but it’s better to be sure of it.
Well, if anyone knows how to solve this (or not), I’d be really glad. 😉
I’m fairly certain IE7 supports @font-face but (forgive me, been a while since I ever worried about IE7 so memory is fuzzy) I believe there is a bug in the way IE 7 and 8 process the URL’s.
Your best bet is to use the @font-face generator at fontsquirrel… it will create a css class with all the necessary fixes to make it work in as many browsers as supported.