这段代码有什么问题?不加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;
}