I am trying to use a @font-face kit from fontsquirrel.com. I have pulled everything directly from the files they provide but when testing in IE9 using the developer tools I get the following results:
Browser Mode: IE9, Document Mode: IE9 standards - font renders correctly
Browser Mode: IE8, Document Mode: IE8 standards - font does not render
Browser Mode: IE7, Document Mode: IE7 standards - font does not render
令人奇怪和令人厌恶的是,我从@font-face 资料袋中看到了白.,在上述所有三种情况下都是正确的。 正如我所说的,所有东西都是从所提供的档案中复制/分发的。
我认为的唯一区别是,我正在使用超文本5号波雷尔布拉特。
任何想法都会受到高度赞赏。
www.un.org/Depts/DGACM/index_spanish.htm 对评论的答复:
http://www.fontsquirrel.com/fonts/bebas-neue”rel=“nofollow”http://www.fontsquirrel.com/fonts/bebas-neue。
And the CSS I m using:
@font-face {
font-family: "BebasNeueRegular";
src: url( BebasNeue-webfont.eot? ) format( eot ),
url( BebasNeue-webfont.woff ) format( woff ),
url( BebasNeue-webfont.ttf ) format( truetype ),
url( BebasNeue-webfont.svg#webfontfvFLBU0N ) format( svg );
font-weight: normal;
font-style: normal;
}