1

我试图让@font-face 为 IE 8 工作,但它不起作用。我已经有了正确的代码。还有什么可能是错的?

@font-face {
font-family: "HelveticaNeueCn";
src: url("/font/HelveticaNeueLTCom-Cn.eot");
src: url("/font/HelveticaNeueLTCom-Cn.eot?#iefix") format("embedded-opentype"), 
     url("/font/HelveticaNeueLTCom-Cn.woff") format("woff"), 
     url("/font/HelveticaNeueLTCom-Cn.ttf") format("truetype"), 
     url("/font/HelveticaNeueLTCom-Cn.svg") format("svg");
font-weight: normal;
font-style: normal;
}
4

0 回答 0