Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

characters are displayed incorrectly on some webpages

  • 9 odpovědí
  • 0 má tento problém
  • 81 zobrazení
  • Poslední odpověď od 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
Přiložené obrázky

Zvolené řešení

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?

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (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

Zvolené řešení

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