Home > Uncategorized > Fix for Feisty Compiz-Fusion Font Problem

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 Tags:
  1. No comments yet.
  1. No trackbacks yet.