【发布时间】:2015-05-02 06:16:31
【问题描述】:
我无法让 firefox 从 Google Fonts 加载自定义字体。我正在使用 Google 推荐的以下代码,但这在 Firefox 中不起作用。但是,它在 IE、Chrome 等中运行良好。
@import url('http://fonts.googleapis.com/css?family=Noto+Sans');
body, input, select, textarea{
font-family: 'Noto Sans', sans-serif;
}
我在网上找到了一些建议删除“无衬线”部分的答案,但这只会导致 Firefox 使用其默认字体(这比它选择的“无衬线”字体更糟糕)。
有什么想法吗?
谢谢:)
【问题讨论】: