0

I am trying to do

@font-face {
font-family: Eurostile;
src: url("fonts/Eurostile.eot"); }

But no matter what, Internet Explorer won't use my font. I did it with a ttf file in Firefox...

How can I get this done in IE?

Kara
  • 6,115
  • 16
  • 50
  • 57
Ibn Ali al-Turki
  • 747
  • 1
  • 6
  • 7

1 Answers1

1

You might want to try looking at Paul Irish's fabulous article http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

Adam C
  • 3,881
  • 2
  • 21
  • 19