為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 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.