【发布时间】:2011-12-14 17:20:52
【问题描述】:
我正在使用Google Font API 来显示我的网站徽标。 (见stolencamerafinder.com顶部)
在 Chrome 中,字母 'f' 和 'i' 分别出现,但在 FireFox 中,它们是一个很好的连接 ligature
如何强制 Chrome 使用连字?
如果我在 html 中使用连字 ascii 字符 (fi),那么它不会使用字体,而是使用 arial,但字体 (OFL Sorts Mill Goudy TT) 必须支持该连字,因为 firefox 会显示它。
更新:我最终放弃了 Google 字体 API,转而使用普通的 @font-face。无论如何,在 fontsquirrel.com 上有更多选择。
【问题讨论】:
标签: html firefox google-chrome fonts ligature