Blame 67-lohit-malayalam.conf

Packit Service 0631c7
Packit Service 0631c7
Packit Service 0631c7
<fontconfig>
Packit Service 0631c7
<match>
Packit Service 0631c7
  <test name="lang" compare="contains">
Packit Service 0631c7
    <string>ml</string>
Packit Service 0631c7
  </test>
Packit Service 0631c7
  <test name="family">
Packit Service 0631c7
    <string>sans-serif</string>
Packit Service 0631c7
  </test>
Packit Service 0631c7
  <edit name="family" mode="prepend">
Packit Service 0631c7
    <string>Lohit Malayalam</string>
Packit Service 0631c7
  </edit>
Packit Service 0631c7
</match>
Packit Service 0631c7
<match target="font">
Packit Service 0631c7
  <test name="family" compare="eq">
Packit Service 0631c7
    <string>Lohit Malayalam</string>
Packit Service 0631c7
  </test>
Packit Service 0631c7
  <edit name="autohint" mode="assign">
Packit Service 0631c7
    <bool>true</bool>
Packit Service 0631c7
  </edit>
Packit Service 0631c7
</match>
Packit Service 0631c7
<alias>
Packit Service 0631c7
  <family>Lohit Malayalam</family>
Packit Service 0631c7
  <default>
Packit Service 0631c7
    <family>sans-serif</family>
Packit Service 0631c7
  </default>
Packit Service 0631c7
</alias>
Packit Service 0631c7
</fontconfig>
Packit Service 0631c7