13 lines
390 B
XML
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>
|