Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 4 antwurd
  • 2 hawwe dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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.

Keazen oplossing

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.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (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

Keazen oplossing

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.