I’ve been struggling with this issue for days. I know there are a multitude of ways to replace text with images but nothing can beat being able to embed and use them directly. I’ve tried using the code below. Of course it works in Firefox and of course not in Internet Explorer 8. I’ve tried many different online converters but resulting in nothing but times font. Has anybody had success with this. I would appreciate some tips if so. Thanks
@font-face
{
font-family: tech;
src: url("techy.eot");
}
@font-face {
font-family:tech;
src: url("techy.otf");
}