搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

characters are displayed incorrectly on some webpages

  • 9 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 Dario48true

more options

I am on arch linux running wayland, and whenever I visit some webpages (example reddit, github) some character are displayed incorrectly: spaces are incredibly large and numbers appear as . or , or other random punctuation or don't appear at all

examples in uploaded images

I am on arch linux running wayland, and whenever I visit some webpages (example reddit, github) some character are displayed incorrectly: spaces are incredibly large and numbers appear as . or , or other random punctuation or don't appear at all examples in uploaded images
已附加屏幕截图

被采纳的解决方案

cor-el said

gfx.e10s.font-list.shared => false

Troubleshoot Mode disables the shared font list which has already been tested without success.

Does it still happen with the flatpak version?

定位到答案原位置 👍 1

所有回复 (9)

more options

Could be that Firefox is using some emoji font.

You can right-click and select "Inspect" to open the built-in Inspector with this element selected.

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 Fonts tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website. If the Fonts tab is hidden, click the down arrow at the right end.

more options

firefox is doing that, but I don't understand why, as in my settings I have set normal fonts

more options

Privacy Badger may be interfering.

Does it still happen in Troubleshoot Mode?

more options

it still does not work (not displayed in the screenshot are the numbers still not working)

more options

Does it still happen in a new profile? An easy way to test a new profile is to install Developer Edition and see if it happens there or refresh your existing profile. Make sure you stay signed out of your sync account when testing.

more options

it still happens on a new profile on a different instalation of firefox (same version) and it does not happen on brave (installed to test if it was system related)

more options

The screenshot sows that Twemoji font is used like I expected as we have seen such issues reported in the past with a font like that. You can try:

  • about:config => gfx.e10s.font-list.shared => false

See also:

  • /questions/1373348 The number and space fonts render much bigger and wider than other letters?
more options

选择的解决方案

cor-el said

gfx.e10s.font-list.shared => false

Troubleshoot Mode disables the shared font list which has already been tested without success.

Does it still happen with the flatpak version?

more options

the flatpak version has no problems, huh probably a dependencies issue on the arch package, sorry to have disturbed and taken your time