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.
Firefox 错误地显示带有变音符号的字符。 点未在字母上方绘制或绘制但不存在(附近)。
我们使用自定义字体:OpenSans 在 Chrome 中一切都很好。 Linux Firefox 也没有问题。
可能只是Firefox错误?
回答:
问题与使用带有 utf8 的 webfonts 的 Firefox 和 IE 中的特殊字符问题相同
问题已结束
您可以将 HTML 代码用于特殊字符。ë 的代码是 ë ; <- 把 ; 直接在代码之后。如果你使用 PHP,你可以用 str_replace 替换它们。 否则你需要自己做。搜索 HTML UTF-8 字符,您将 看到所有选项 :)