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.