PDA

View Full Version : [ubuntu] Ugly font in firefox



sionghua
November 8th, 2008, 08:08 AM
The fonts in firefox appear ugly, is there a way to improve it? I think may be it needs some smoothing etc...

blackened
November 8th, 2008, 08:20 AM
sudo apt-get install msttcorefonts

Also check what your default font is under Edit->Preferences->Content Tab. This is the font that firefox will use if the page doesn't specify one.

sionghua
November 8th, 2008, 08:25 AM
found the solution, went to system, appearance - fonts - subpixel smoothing, then restart firefox.

bapoumba
November 8th, 2008, 10:56 AM
Moved to Desktop Environments.

theduffman
November 8th, 2008, 12:03 PM
for me, ive found the msfonts do a poor job on some sites, so ive set FF to use FreeSans/FreeSerif/FreeMono, looks a lot better imo, ive also set them for desktop too..

Yashiro
November 9th, 2008, 02:28 AM
Get 'Droid' and Macfonts.

blackened
November 9th, 2008, 05:45 AM
Get 'Droid' and Macfonts.

I tried Droid for a while, but it never seems to look as good as bitstream vera sans.

Does libfreetype come compiled with truetype bci in ubuntu?

Yashiro
November 9th, 2008, 06:11 PM
RGBA Droid with slight hinting looks really good here. Almost on par with my Mac.

sionghua
November 10th, 2008, 03:47 AM
firefox now looks fine, however openoffice seems to ignore subpixel smoothing in its UI.

theduffman
November 10th, 2008, 11:55 AM
firefox now looks fine, however openoffice seems to ignore subpixel smoothing in its UI.

gedit ~/.fonts.conf


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>

try that

sionghua
November 11th, 2008, 12:06 AM
Thanks, tried that but still the same, it's OO 3.0 here.

theduffman
November 12th, 2008, 11:56 AM
Thanks, tried that but still the same, it's OO 3.0 here.

well thats how ive got fonts configured and i think its looks ok..
try those, font sizes are your own choice, depending on screen size etc.. oo2 default 8.10 here btw