搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

The number and space fonts render much bigger and wider than other letters?

  • 4 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 oodzchen

more options

I'm use manjaro, and once after i reboot the system, the firefox font render totally mess up. All the number and the space letter is much wider than others, this happend both on the firefox ui and the webpage. No matter how i change the Font and Colors setting, nothing change.

And this only happen on firefox, other applications on the system is normal.

I'm use manjaro, and once after i reboot the system, the firefox font render totally mess up. All the number and the space letter is much wider than others, this happend both on the firefox ui and the webpage. No matter how i change the '''Font and Colors''' setting, nothing change. And this only happen on firefox, other applications on the system is normal.

被選擇的解決方法

I just solve it. Days ago i've changed my system font file `/etc/fonts/local.conf` as below

``` <fontconfig> ... <match target="pattern"> <edit name="family" mode="prepend"> <string>Noto Color Emoji</string> </edit> </match> </fontconfig> ```

I just change it to ``` <fontconfig> ... <match target="pattern"> <edit name="family" mode="append_lat" binding="same"> <string>Noto Color Emoji</string> </edit> </match> </fontconfig> ```

and then reboot. Now everything is fine.

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

Here's the screenshots

more options

Did you check this in the Inspector?

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is used.

more options

cor-el said

Did you check this in the Inspector? You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is used.

It's Noto Color Emoji, which was configured as the default desktop environment emoji rendering several days ago. I don't know how it affect the firefox, i never config it in firefox before.

more options

選擇的解決方法

I just solve it. Days ago i've changed my system font file `/etc/fonts/local.conf` as below

``` <fontconfig> ... <match target="pattern"> <edit name="family" mode="prepend"> <string>Noto Color Emoji</string> </edit> </match> </fontconfig> ```

I just change it to ``` <fontconfig> ... <match target="pattern"> <edit name="family" mode="append_lat" binding="same"> <string>Noto Color Emoji</string> </edit> </match> </fontconfig> ```

and then reboot. Now everything is fine.