开发者

Internet Explorer rejecting my fonts in HTML AND CSS

开发者 https://www.devze.com 2023-02-05 02:02 出处:网络
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 Fi

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消