搜索 | 用户支持

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

详细了解

Font on certain pages looking really weird

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 user1456708

more options

Basically, the fonts on some pages are looking really weird for me. I have no idea what is causing this, as the pages it is happening in seems to be simply random. Some that I've noticed it happening in are Wikia, Disquis comments sections(not the articles of the comments) the and Ebay. I've attached some picture of Wikia, and below are links to some other cases, any idea what is causing this? https://puu.sh/AGfd8/17e252eda9.png https://puu.sh/AGff9/8680c81244.png

Basically, the fonts on some pages are looking really weird for me. I have no idea what is causing this, as the pages it is happening in seems to be simply random. Some that I've noticed it happening in are Wikia, Disquis comments sections(not the articles of the comments) the and Ebay. I've attached some picture of Wikia, and below are links to some other cases, any idea what is causing this? https://puu.sh/AGfd8/17e252eda9.png https://puu.sh/AGff9/8680c81244.png

所有回复 (3)

more options

Hi, the sites you mentioned and Disqus default to Helvetica Neue font if it is found in your system. Perhaps it is then a problem with the particular font. Helvetica Neue is not included in Windows by default. You can

  1. uninstall the font in your system. EDIT. Uninstall "Helvetica" as well if uninstalling Helvetica Neue isn't good enough. Many sites, some of the ones you mentioned too, default to Helvetica if Helvetica Neue is unavailable. Helvetica isn't included in Windows by default either.
  2. or create a rule for Firefox to render Helvetica Neue as some other font, for example Arial.

To uninstall the font, read this.

To keep the font but use Arial instead in Firefox, create a userContent.css file as instructed here.

Copy this content to the file (taken from here):

@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Arial'); }
@font-face { font-family: 'helvetica'; src: local('Arial'); }
@font-face { font-family: 'helvetica'; font-weight:bold; src: local('Arial'); }
@font-face { font-family: 'HelveticaNeue-Light'; src: local('Arial'); }
@font-face { font-family: 'Helvetica Neue Light'; src: local('Arial'); }

Save and restart Firefox.

(If you have further questions, Finnish is ok, if you prefer.)

由user1456708于修改

more options

Thanks, replacing the font with Arial worked. I tried uninstalling and re-installing Helvetica, but that wasn't doing anything.

more options

Ok. I suppose uninstalling needs to be followed by clearing the font cache and rebooting the system. However, the end result for Firefox would be about the same, with the difference that with the replacement trick, Arial is always used when Helvetica Neue or Helvetica is a website's default, whereas after uninstalling Helvetica Neue and Helvetica, Arial might not always be the first alternative on such websites.