When I use the File --> Open File menu command in FireFox to open a local file the dialog fonts look like a blender was used on them. I do not knew exactly when this feature was broken, but it had to be a recent update.
Here is the fix I found on the Webb:
Here is the fix I found on the Webb:
Code:
sudo rm /etc/fonts/conf.d/10-hinting-slight.conf sudo ln -s /etc/fonts/conf.avail/10-hinting-full.conf /etc/fonts/conf.d/
Comment