這段代碼有什么問題?不加IE9那一段,在IE8,9,10,11都可以顯示,加上之后,在IE8中就成16進制字母了!
?@font-face {?
font-family: "imooc-icon";
src:url("fonts/icomoon.eot") format("embedded-opentype");/*IE9*/
src:url("fonts/icomoon.eot?#iefix") format("embedded-opentype")
,url("fonts/icomoon.woff") format("woff")
,url("fonts/icomoon.ttf") format("truetype")
,url("fonts/icomoon.svg") format("svg");
font-weight: normal;
font-style: normal;
? }
? li{
? font-family: "imooc-icon";
? font-style: normal;
? font-weight: normal;
? font-size: 64px;
? }
2016-10-10
問題已解決?。?/p>
2016-10-10
就是不兼容ie9一下的瀏覽器?。?!