Viewing Articles with the tag: fonts
Continuing to Enjoy Ubuntu
30.Jun.08 | 5 Comments
For the past week I’ve been using Ubuntu (via the Install Inside Windows option) almost full-time on my home machine. I’m digging it so far and am thinking I’ll re-install it as dual-boot to get a bit more performance (although it really runs quite well as the Windows Install as a perk of being on [...]
Smooth Fonts for Ubuntu
09.Jun.06 | 1 Comment
Drop the file from this article into your home directory saved as .fonts.conf. Smoothed things out on the old laptop quite nicely.
[via digg]
Updated April 25, 2007
To save the forum registration, here's contents of my .fonts.conf:
PLAIN TEXT
XML:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>


