aports/main/font-liberation-sans-narrow/90-liberation-sans-narrow.conf
Jakub Jirutka 0a7ec523a9 main/font-liberation-sans-narrow: new aport (split from ttf-liberation)
Liberation Sans Narrow fonts have been split from the Liberation
fonts - they are in different repositories with different version
numbers.
2022-03-26 19:12:29 +01:00

24 lines
596 B
XML

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<test name="force_autohint">
<bool>false</bool>
</test>
<test name="family">
<string>Liberation Sans Narrow</string>
</test>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>