Blame SOURCES/smc-meera-fontconfig.conf

c8e338
c8e338
c8e338
<fontconfig>
c8e338
<match>
c8e338
  <test name="lang" compare="contains">
c8e338
    <string>ml</string>
c8e338
  </test>
c8e338
  <test name="family">
c8e338
    <string>sans-serif</string>
c8e338
  </test>
c8e338
  <edit name="family" mode="prepend">
c8e338
    <string>Meera</string>
c8e338
  </edit>
c8e338
</match>
c8e338
<alias>
c8e338
  <family>Meera</family>
c8e338
  <default>
c8e338
    <family>sans-serif</family>
c8e338
  </default>
c8e338
</alias>	
c8e338
</fontconfig>