@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;
}