Ubuntu 12.04にkde-standardをインストールした後、Webフォント(FirefoxとChromeの両方)がGnomeとKDEの両方のデスクトップで見苦しくなりました。
/home/yourusername/.fonts.confを編集する必要があります。
ヒントは変更されました。ヒントライトに戻す必要があります。
私の外観は次のとおりです。
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>none</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
</fontconfig>