void-packages/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf

14 lines
390 B
Text
Raw Normal View History

2013-01-29 09:33:14 +00:00
<?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>