fonts

vern

Dominus
Political Access
Joined
2 Mar 2002
Messages
1,572
I've only recently been using Linux as a desktop and I have a couple of questions. When browsing the web with Firefox, Galeon, or Mozilla ... the fonts look terrible and aren't smooth at all. I've looked at the alternative fonts, in the preferences, and they aren't any better. Any ideas on how I can fix this so pages are readable and pleasant to the eyes?
 
A couple additional things, make sure that you have the True type fonts installed, and the bitstream-vera font set. Make sure that your font paths are included in XF86Config, and this seems to help even more, in /usr/X11R6/etc/fonts/local.conf, add these lines:

Code:
         <match target="pattern" name="family">
             <test qual="any" name="family">
                 <string>Helvetica</string>
             </test>
             <edit name="family" mode="assign">
                 <string>sans-serif</string>
             </edit>
         </match>     
         <match target="pattern" name="family">
             <test qual="any" name="family">
                 <string>Verdana</string>
             </test>
             <edit name="family" mode="assign">
                 <string>sans-serif</string>
             </edit>
         </match>     
         <match target="pattern" name="family">
             <test qual="any" name="family">
                 <string>Lucida</string>
             </test>
             <edit name="family" mode="assign">
                 <string>sans-serif</string>
             </edit>
         </match>
 
Now at least I can read webpages without killing my eyes. Thanks to both of you. The other fonts in Gnome seem to be fine. I just had problems with my browser fonts,
 

Members online

No members online now.

Forum statistics

Threads
62,021
Messages
673,242
Members
5,642
Latest member
osipov
Back
Top