Sunday, March 15, 2009

Smooth, eye catching fonts on linux.

Just installed Ubuntu 8.10 on my lappy. Whatever that was default didn't look good. So I just tweaked the settings and am loving with what I have:


cat ~/.fonts.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>


0 comments: