搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How do I get Firefox to load "Symbol" and "Wingdings" fonts?

  • 4 个回答
  • 5 人有此问题
  • 73 次查看
  • 最后回复者为 cor-el

more options

My 8.0.1 version does not have either "symbol" or "Wingdings" fonts listed and when I render my html document those characters end up using the Arial font. I have documents with lots of less-than-and-equals, greater-than-and-equals, and a host of other symbols as well as wingdings characters. IE9 works fine. Chrome has the same problem Firefox has.

My 8.0.1 version does not have either "symbol" or "Wingdings" fonts listed and when I render my html document those characters end up using the Arial font. I have documents with lots of less-than-and-equals, greater-than-and-equals, and a host of other symbols as well as wingdings characters. IE9 works fine. Chrome has the same problem Firefox has.

被采纳的解决方案

You have not been able to do that in Firefox since Firefox 2, and even then you had to modify Firefox, so while you could change your Firefox there wouldn't be very many Firefox users that could use them.

All current browser support unicode, but all unicode fonts are not the same size and no machine will have all of them in all fonts. If these are your own documents you will have to convert them yourself. Most of what you need you can probably get directly of this page

if not not you can check the links at the top of that page.
定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

You have not been able to do that in Firefox since Firefox 2, and even then you had to modify Firefox, so while you could change your Firefox there wouldn't be very many Firefox users that could use them.

All current browser support unicode, but all unicode fonts are not the same size and no machine will have all of them in all fonts. If these are your own documents you will have to convert them yourself. Most of what you need you can probably get directly of this page

if not not you can check the links at the top of that page.
more options
more options

Thanks for the quick responses. Lots to think about in resolving my issue. Luckily they are my own documents, so I have options.

more options

You're welcome.

The lower 8 bit plane (0x00-0x7f) works for me on Linux with those 8 bit mapped fonts, but it is better to use Unicode replacements.

由cor-el于修改