How to fix bad font rendering of firefox-flatpak?

Hi, I am using Gnome 41.8 and Firefox flatpak version. I noticed fonts appears in some website and I did not change any settings as I am new to Linux and especially openSUSE. I really need help to resolve this. Thank you for your kind attention and time.

I don’t understand what you’re asking for. That image you’ve posted (I’m assuming it’s a screenshot) is perfectly readable to me.

Thanks for the reply. You will notice letters are broken into pixels if you click on the image.

Correction: I noticed fonts appears in pixelated or unreadable for some websites
Apology for the typo.

Does this pertain to Gnome Wayland?

See if this helps…
https://www.reddit.com/r/linuxquestions/comments/lfcd5l/font_rendering_issues_on_flatpak_version_of/

1 Like

This is the same for Wayland and X11.

Also…

1 Like

Thanks for those links. Apparently, pasting following in the terminal improved the situation for Firefox,

  mkdir -p ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d
  cp /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d/
1 Like

Thanks for the update. Good to know that inhibiting bitmap fonts was sufficient here.

1 Like

This one also works, but

seems easy to implement.

For sure. I read that in the github thread as well…

I wonder why this problem hasn’t been fixed yet! It appears that it has been an issue for more than four years.

1 Like