Firefox fonts Ubuntu Karmic 9.10
October 31, 2009 | Filed Under Uncategorized
To fix the strangely large Firefox fonts in Ubuntu Karmic:
sudo rm /etc/fonts/conf.d/10-hinting-slight.conf sudo rm /etc/fonts/conf.d/10-no-sub-pixel.conf sudo ln -s /etc/fonts/conf.available/10-hinting-medium.conf /etc/fonts/conf.d/. sudo ln -s /etc/fonts/conf.available/10-sub-pixel-rgb.conf /etc/fonts/conf.d/. sudo dpkg-reconfigure fontconfig
Thanks to this post on the Ubuntu forums.
Comments
4 Responses to “Firefox fonts Ubuntu Karmic 9.10”
Leave a Reply
[...] to Carlo Hamalainen for providing the fix. Author: edmund Filed Under Category: ubuntu Article Tags: 3.5, 9.10, [...]
Thanks Carlo! That worked a treat.
I didn’t do the command
sudo rm /etc/fonts/conf.d/10-no-sub-pixel.conf
because that file doesn’t exist on my system.
But the problem was sorted using the rest of the commands.
thank you carlo
This page came 3rd on a Google search with \ubuntu 9.10 firefox fonts\ and it was the right one.
It worked nice!
Thanks!