Linux Training Community :: Ubuntu
Welcome Guest   [Register]  [Login]
 Subject :Ubuntu 9.04 Firefox 3.5 fonts are messed up.. 2009-08-26 02:07:22 
jhanson
Joined: 2009-05-28 08:01:13
Posts: 16
Location
When I updated my Ubuntu computer to the latest Firefox (3.5) all the fonts look terrible...anyone know how to fix?
IP Logged
 Subject :Re:Ubuntu 9.04 Firefox 3.5 fonts are messed up.. 2009-08-26 08:39:58 
aweber
Rookery Moderator
Joined: 2009-06-03 16:34:16
Posts: 68
Location: Spokane
Your problem comes from Firefox 3.5 uses a different font rendering option that makes the fonts heavier and in many people opinion, less appealing.

Firefox 3.5 takes its font hinting orders from fontconfig, instead of gnome's font settings.

This worked for me.
Code:
cd /etc/fonts/ sudo mv conf.d/10-hinting-slight.conf . sudo ln -s conf.avail/10-hinting-slight.conf conf.d/ sudo mv conf.d/10-hinting.conf . sudo ln -s conf.avail/10-hinting.conf conf.d/ sudo dpkg-reconfigure fontconfig

Let me know..
IP Logged
Need Help? Just Ask!
Page # 


Powered by ccBoard