回答
請確保您的字體與您使用的網站位於同一個域中。
確保你的CSS看起來是這樣的跨瀏覽器的兼容性,特別是線包含#iefix:
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
確保網址的網絡字體也是正確的
src: url('../path_to_fonts/WebFont.ttf');
如果您需要將ttf轉換爲其他格式即。 woff,eot和svg,試試FontSquirrel
OP沒有詢問網頁字體。 –
@MrLister檢查標籤。 「CSS」,「stylesheet」和「font-face」似乎與您的評論相矛盾。 :) – MetalFrog
看起來像一個webfont問題,如果他試圖在瀏覽器中查看它...也許我錯了 –
- 1. 字符串比較:比較「蘇黎世」和「蘇黎世」在-1
- 2. bootstrap在Internet Explorer 8中不起作用
- 3. JavaScript在Internet Explorer 9中不起作用
- 4. Jquery Ajax在Internet Explorer中不起作用
- 5. GWT在Internet Explorer 8中不起作用
- 6. vee-validator在Internet Explorer中不起作用
- 7. 流體佈局在Internet Explorer 7和8中不起作用
- 8. index()在Internet Explorer上不起作用
- 9. Typeface.js不在Internet Explorer中呈現字體
- 10. web字體無法在Internet Explorer工作
- 11. Internet Explorer 7 + alert()不起作用
- 12. F4與Internet Explorer的onKeyPress不起作用
- 13. Internet Explorer jQuery getJSON不起作用
- 14. 字體不適用於Internet Explorer?
- 15. 圖標字體不會在Internet Explorer中工作
- 16. 我的自定義字體不想在Internet Explorer中工作
- 17. CSS不透明度在Internet Explorer 7中不起作用?
- 18. PHP SITE在INTERNET EXPLORER中不起作用,MENU不穩定
- 19. sIFR:字體延伸在Internet Explorer 9中
- 20. Google字體Flash在Internet Explorer中
- 21. 在Internet Explorer中呈現醜陋字體
- 22. 在Internet Explorer中測試Sapui5應用程序不起作用
- 23. Umbraco中的外部JavaScript文件在Internet Explorer中不起作用
- 24. 導入字體Internet Explorer
- 25. Internet Explorer字體臉部SSL
- 26. CSS不能與Internet Explorer一起工作
- 27. 打字時出現文字 - 爲什麼這在Internet Explorer中不起作用
- 28. jQuery hide show div在Internet Explorer中不起作用
- 29. Box Shadow在Internet Explorer 8中不起作用?
- 30. Yii2和Pjax重定向在Internet Explorer中不起作用?
你下載了哪一個確切的TTF文件,所以我們可以看看。你是否把它安裝在你的系統上?它是否正常工作(即用於記事本等其他程序)? –
http://stackoverflow.com/users/314344/user314344?tab=questions在這裏看看。你看到一些紅色字體嗎? –