99:32d096492282
Anton Shestakov <av6@dwimlabs.net>, Mon, 08 Jun 2015 14:58:14 +0800
.hgrc: remove record, start using newer hg

next change 106:3f4d203fe46f
previous change 18:909400f5ee6b

fonts/local.conf

Permissions: -rw-r--r--

Other formats: Feeds:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>none</const>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>