【发布时间】:2016-08-28 14:01:17
【问题描述】:
我有一个网页广泛使用 webdings 来显示向下箭头。 下面的代码演示了它是如何实现的。
<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 上测试)
52 次更新后
Webdings 是一种网络安全字体,因此我认为它必须在所有浏览器中统一呈现。
chrome 中是否有任何设置可以恢复所需的行为? 如果没有,请告诉我其他解决方案。
【问题讨论】:
标签: html google-chrome fonts