void-packages/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
2013-01-29 10:33:14 +01:00

13 lines
390 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
<match target="font">
<test name="family" compare="eq" ignore-blanks="true">
<string>Cantarell</string>
</test>
<edit name="autohint">
<bool>true</bool>
</edit>
</match>
</fontconfig>