File 12-suse-liberation2-hinting.conf of Package liberation2-fonts
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Hinting setting for Liberation fonts 2.xx series
This overrides setting in 11-suse-hinting.conf
related to Liberation fonts (dedicated to 1.xx
series) -->
<match target="font">
<test name="family">
<string>Liberation Sans</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Liberation Serif</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Liberation Mono</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>