Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 ie 和 chrome 正确查看字体时,firefox 没有查看字体
这是CSS代码:
.menu_head { width: 100%; position: relative; height: 30px; font-family: fs_metal; }
您是否使用@font-face 导入字体?因为如果你是 Firefox 有一个非常具体的方式来处理这个。
这是关于 SO 的另一篇文章,详细说明了这一点
CSS @font-face 不适用于 Firefox,但适用于 Chrome 和 IE
https://stackoverflow.com/a/15218631/2062450