我只在Firefox中遇到webfonts問題,所有其他瀏覽器(包括IE)都能正常工作。Firefox webfonts無法加載
我的問題是webfonts根本不會加載。
我已經看過這個可能的解決方案,編輯htaccess文件(http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems),但我沒有運氣。
,我唯一能說的另一件事是在Firefox的錯誤控制檯,我得到以下警告:
Error in parsing value for "src". Skipped to the next declaration.
這裏是我的font-face
代碼示例:
@font-face {
font-family:AngelinaRegular;
src:url(../fonts/angelina-webfont.eot);
src:url(../fonts/angelina-webfont.eot?iefix) format(eot), url(../fonts/angelina-webfont.woff) format(woff), url(../fonts/angelina-webfont.ttf) format(truetype), url(../fonts/angelina-webfont.svg#webfontOvuhCGpN) format(svg);
font-weight:normal;
font-style:normal;
}
任何想法?
這正是它是什麼,感謝您的幫助。 – user127181
**不要忘記在'format()'中添加引號!** :) – m93a