Is there a way to import fonts via css in ie7?

My problem is pretty simple, but I just can't solve it myself. Does anyone know how to import fonts in ie7? The code that I use and work in all navigators, except:

@font-face
{
    font-family: "Interstate";
    src: url("interstate_regular.ttf");
}

All I found is that ie7 cannot support it, but it's better to be sure of it.

Well, if anyone knows how to solve this (or not), I would be very happy.;)

+3
source share
2 answers

I'm sure IE7 supports @ font-face, but (sorry, it has been a while since I ever worried about IE7, so the memory is fuzzy). I believe there is an error in the way URLs are handled by IE 7 and 8.

@font-face generator fontsquirrel... css .

+1

Font Squirrel, .

, " ": -)

+1

All Articles