【发布时间】:2014-09-15 16:36:28
【问题描述】:
我为我的字体使用自定义 .woff。然而,中间词会增加假发间隙(想想标签、标签、标签)。
由于声望低,我无法截图,但基本效果是:
"He llo I'm trying t o type a sen tence he re"
代替
"Hello I'm trying to type a sentence here"
在 chrome 中我解决了这个问题:
a, body, h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeSpeed !important;
}
但 Firefox 没有该渲染选项,这意味着我无法修复它。
感谢任何潜在客户。
附加信息:
- 我只使用 woff,从 ttf 转换而来
- 单独的 ttf 不起作用
- 字体为 Eurostile
【问题讨论】:
-
请注意,stackoverflow 去除了文本中的大量空格,间隙为 2-3 个单词的大小。
标签: css firefox rendering font-face text-rendering