【发布时间】:2017-07-18 02:20:56
【问题描述】:
Firefox 未正确呈现 Open Sans 半粗体。但是 Chrome 中的相同代码会呈现字体。我的系统中安装了字体。是否可以在不使用字体粗细属性的情况下进行渲染?
<html><style>p{font-family:"Open Sans Semibold";
}</style><body><p >test</p></body></html>
【问题讨论】:
-
如何加载字体?类似问题:stackoverflow.com/questions/6532458/…
-
字体已安装在系统中。它在 Libre Office 中也可见。
标签: html css google-chrome firefox fonts