Mozilla 도움말 검색

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

자세히 살펴보기

Google Fonts rendering problems on accented characters

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Hello,

Has anyone come across this weird bug? If you look at the attached screenshot, you'll see that every accented character gets a space after. This doesn't happen in any other browser, only Firefox. If Google Fonts is turned off (using a fallback font), the issue doesn't exist. I suppose there might be a fix?

Thanks,

Frederico

Hello, Has anyone come across this weird bug? If you look at the attached screenshot, you'll see that every accented character gets a space after. This doesn't happen in any other browser, only Firefox. If Google Fonts is turned off (using a fallback font), the issue doesn't exist. I suppose there might be a fix? Thanks, Frederico
첨부된 스크린샷

글쓴이 zehfred 수정일시

모든 댓글 (1)

more options

This could be related with the recent switch in Firefox 52+ from Cairo to Skia for canvas/content rendering.

Firefox 52+ has changed from Cairo to Skia for canvas/content rendering.

You can modify these gfx.*.azure.backends prefs on the about:config page to revert to the old font rendering swap the skia,cairo order to cairo,skia or remove the skia and leave cairo.

  • gfx.canvas.azure.backends = direct2d1.1,cairo,skia
  • gfx.content.azure.backends = direct2d1.1,cairo,skia

You can open the about:config page via the location/address bar.

You can accept the warning and click "I'll be careful" to continue.