File 17-suse-liberation2-hintstyle.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 16-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="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
 </match>
 <match target="font">
    <test name="family">
      <string>Liberation Serif</string>
    </test>
    <edit name="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
 </match>
 <match target="font">
    <test name="family">
      <string>Liberation Mono</string>
    </test>
    <edit name="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
 </match>
</fontconfig>

openSUSE Build Service is sponsored by