[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Disabling fuzzy fonts in galeon



On Tue, May 13, 2003 at 10:56:13PM +0200, Paul Dwerryhouse wrote:
> 
> Hi all,
> 
> For a while now, my installation of galeon (I'm still using version 1.2,
> under sid) has been rendering documents using some awful fonts that look
> fuzzy to me.

Looks like antialiased fonts.

Anyway, I'm not sure if this will fix your problem, but what I did at one 
point was add to /etc/fonts.conf:

     <match target="font">
         <test qual="any" name="size" compare="less">
             <int>15</int>
         </test>
         <edit name="antialias" mode="assign">
             <bool>false</bool>
         </edit>
     </match>

I added that right below the <dir> sections.

Let me know if that helps, because at this point in time I have lost track 
of what finally solved my two month long battle with ugly fonts.


-- 
Bill Moseley
moseley@hank.org



Reply to: