Talk:Xorg Font Configuration
From ArchWiki
With the new structure I made a file for /etc/fonts/conf.avail:
File: 11-no-anti-aliasing.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>
</fontconfig>
Which you have to symlink to /etc/fonts/conf.d
It works brilliantly. Gilneas 01:03, 26 October 2006 (PDT)Gilneas