Ibn Ali al-Turki
Ibn Ali al-Turki

Reputation: 757

Internet Explorer rejecting my fonts in HTML AND CSS

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?

Upvotes: 0

Views: 709

Answers (1)

Adam C
Adam C

Reputation: 3911

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

Upvotes: 1

Related Questions