我正在尝试让@ 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;
}