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.;)
source
share