New comment by StreetStrider on void-packages repository https://github.com/void-linux/void-packages/issues/31294#issuecomment-1636807900 Comment: It happens for me today. The solution was to disable bitmap fonts as described here: https://www.reddit.com/r/voidlinux/comments/fa9wyk/solution_for_non_antialiased_fonts_in_firefox_and/ ``` ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d/70-no-bitmaps.conf fc-cache -fv ```