问题描述
我使用Wingdings字体在CSS中的一些符号,如铅笔和主页图标。
I was using the Wingdings font in the CSS for some symbols like a pencil and a home icon.
它适用于IE,Chrome和Safari,但不适用于Firefox和Opera。我google了,但没有找到任何更好的解决方案。
It worked on IE, Chrome and Safari but not in Firefox and Opera. I googled it but did not find any better solution.
为什么它不工作在Firefox?
Why doesn't it work in Firefox? I do need to use those icons, is there any way to use Wingdings in Firefox?
推荐答案
Mozilla和Opera是标准兼容的。
Wingdings不是标准的(来自微软的惊喜),因为没有映射到Unicode,因此不应该在网站上使用。
Mozilla and Opera are standard-compiliant. Wingdings is not standard (what a surprise coming from Microsoft) because not mapped to Unicode, and so should never be used on a website.
不绝望,大多数符号都提供Unicode:检查
However, do not despair, most symbols are available in Unicode : check http://www.alanwood.net/demos/wingdings.html
重要附录(2014年10月):自,发布于2014年6月16日,来自Webdings和Wingdings的所有字符已添加到Unicode。请参阅下面的注释。
Important addendum (october 2014) : As of Unicode v7, released on June 16, 2014, all characters from Webdings and Wingdings have been added to Unicode. See the comment below.
这篇关于Wingdings字体家族似乎不适用于Firefox和Opera的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!