2015-06-25 88 views
0

這在我的CSS文件W3 CSS驗證錯誤/字體外觀

錯誤https://jigsaw.w3.org/css-validator

@font-face{ 
    font-family:'WYekan'; 
    src:url(fonts/WeWYekan.eot); 
    src:url(fonts/WebYekan.eot?#iefix) format("embedded-opentype"),url(fonts/WebYekan.woff) format("woff"),url(fonts/WebYekan.ttf) format("truetype"),url(fonts/WebYekan.svg#WebYekan) format("svg"); 
    font-weight:400; 
    font-style:normal; 
    unicode-range:U+0600–06FF 
} 
+1

@dmitreyg:難道你不想添加它作爲答案嗎? – unor

+0

完成,感謝您的建議 – dmitreyg

回答

0

驗證失敗由於最後一行錯誤的連字符。以下文本正確驗證:unicode-range: U+0600-06FF;