Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.