본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.