更新52后,在Google Chrome中无法正确显示网页

时间:2016-08-15 18:49:07

标签: html google-chrome fonts

我有一个网页,广泛使用网页显示向下箭头。 以下代码演示了如何实现它。

<html>
<body>
The webding font below should render to a downward arrow.
<p style="font-family: webdings">6</p>
</body>
</html>

但是在最近更新了chrome之后,我看到数字6而不是预期的向下箭头符号。

更新前52(在更新49上测试)

before update

更新后52

after update

Webdings是一种Web安全字体,因此我认为它必须在所有浏览器中统一呈现。

Chrome中是否有任何设置可以恢复所需的行为? 如果没有,请告诉我其他解决方案。

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题。尝试了Chrome 53的测试版,但它仍然没有被破坏,但它似乎已在Chrome 54的Dev版本中得到修复。不确定这些版本需要多长时间才能发布,所以看起来我们的网站现在将保持混乱。