mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
Liberation Sans Narrow fonts have been split from the Liberation fonts - they are in different repositories with different version numbers.
24 lines
596 B
XML
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>
|