Fix for Feisty Compiz-Fusion Font Problem
Ever since installing Compiz Fusion, my fonts looked awful until I finally found this:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
Save as “.fonts.conf” in your home directory and fonts will look much better.
(You may have to cleanup the < and > characters – escaped for html).
Categories: Uncategorized
Recent Comments