278:42549c249804
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:25:17 +0400
.hgrc: histedit.later-commits-first=true results in an easier-to-parse output Make sure you use hg 6.7.4 or later (see 6ec4c745c598 for details).

previous change 106:3f4d203fe46f

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="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>