English 中文(简体)
e7:
原标题:ie7: doesnt load eot fontface

当时,一看“e7”表格的网络,就认为没有装满的电子文件,而是装在e8和e9。

如何解决这一问题?

i am using windows 7 and ie9 in ie7 mode in ie6 and ie8 they font loads but not ie7

i 采用字体法。

@font-face {
font-family:  SansumiExtraBoldRegular ;
src: url( ../fonts/Sansumi-ExtraBold-webfont.eot );
src: url( ../fonts/Sansumi-ExtraBold-webfont.eot?#iefix ) format( embedded-opentype ),
     url( ../fonts/Sansumi-ExtraBold-webfont.woff ) format( woff ),
     url( ../fonts/Sansumi-ExtraBold-webfont.ttf ) format( truetype ),
     url( ../fonts/Sansumi-ExtraBold-webfont.svg#SansumiExtraBoldRegular ) format( svg );
font-weight: normal;
font-style: normal;

}
问题回答

暂无回答




相关问题
jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains( Quick Links )").length == 0) { $("#midCenter").css({ ...

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it s "bleeding" into the second div. (Sometimes in front of it sometimes ...

IE errors with jQuery & timeout

In a jquery hover event I use the following code to drop down a menu: clearTimeout(hTimeout); $( #lowermenu ).queue( fx , []); $( #menucenter .current ).removeClass( current ); $(this).children( a )....

window.onbeforeunload not firing in child window

I want to bind a function to the beforeunload event of a child window in Javascript. I have the following code: newWind = window.open(settings.url, "Dialog", "width=" + settings.width + ",height=" + ...

My App s email shows up blank in IE7

My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE. Fine in IE8, Firefox. The content-type for the email is set to html. The email has links. Any pointers on how ...

热门标签