Weird font rendering in Firefox on Ubuntu

I have been experiencing strange font rendering in Firefox on Ubuntu for the last couple of months. The letters in certain texts have very wide spacing (see the screenshot). It started on 21.10 a couple of months ago and continued after I have recently upgraded to 22.04. In Chrome font rendering is fine. So it looks like a Firefox issue.

enter image description hereenter image description here

1 Answer

Try refreshing your font cache. Delete the current font cache:

  • For Firefox installed as a snap:
     rm -rf ~/snap/chromium/common/.cache/fontconfig/
  • For regular applications
     rm -rf ~/.cache/fontconfig

Then refresh the cache

fc-cache -r -v

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like