(下载Roboto:http://www.fontsquirrel.com/fonts/roboto)
(在此转换:https://onlinefontconverter.com)
styles.CSS的
@Font-face{ Font-family: RobotoCondensed; src: url("Roboto-Condensed.eot");}@Font-face{ Font-family: RobotoCondensed; src: url("Roboto-Condensed.ttf");}.mydiv{ Font-family: RobotoCondensed,Arial,Helvetica; Font-size: 10px; color: #e8e8e8;}
index.HTML(相关代码)
<div >Some Font in here that shows incorrectly as Arial!</div>
样式表和字体位于同一文件夹中.
解决方法 谢谢你的帮助.看起来问题是字体转换器. eot文件未被IE识别为有效.感谢“Joel Eckroth”建议我尝试其他转换器. 总结以上是内存溢出为你收集整理的html – 为什么IE8没有加载我的eot文件?全部内容,希望文章能够帮你解决html – 为什么IE8没有加载我的eot文件?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)