Shitty fonts/theme in Mozilla apps in Fedora 15

Misha Shnurapet shnurapet at fedoraproject.org
Fri Jun 10 10:01:07 UTC 2011


10.06.2011, 10:34, "Tom Horsley" <horsley1953 at gmail.com>:
> On Thu, 09 Jun 2011 18:10:23 -0700
> Christian Kreibich wrote:
>
>>  Fonts in rendered websites look washed out and
>>  blurry. I've tried gnome-tweak-tool to no avail.
>
> For me, this did the trick:
>
> cd /etc/fonts/conf.d/
> ln -s ../conf.avail/10-autohint.conf .
>
> See bug: https://bugzilla.redhat.com/show_bug.cgi?id=708525
>
> Also if you "yum install dconf-editor" you can poke
> around in org.gnome.desktop.interface and modify
> things like gtk-theme, cursor-theme, default font, etc.
>
> I've almost got my system back to where I no longer
> want to puke :-).

My fonts.conf:

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
    <match target="font" >
        <edit mode="assign" name="rgba" >
            <const>rgb</const>
        </edit>
        <edit mode="assign" name="hinting" >
            <bool>true</bool>
        </edit>
        <edit mode="assign" name="autohint" >
            <bool>true</bool>
        </edit>
        <edit mode="assign" name="antialias" >
            <bool>true</bool>
        </edit>
        <edit mode="assign" name="hintstyle" >
            <const>hintfull</const>
        </edit>
        <edit name="lcdfilter" mode="assign">
            <const>lcddefault</const>
        </edit>
    </match>
</fontconfig>

And fonts look pretty good, but Banshee ignores these settings at all.

How do I fix this?

-- 
Best regards,
Misha Shnurapet, Fedora Project Contributor
Email: shnurapet AT fedoraproject.org, IRC: misha on freenode
https://fedoraproject.org/wiki/shnurapet, GPG: 00217306


More information about the users mailing list