Blame SOURCES/65-0-khmer-os-content-fonts.conf

f440db
f440db
f440db
<fontconfig>
f440db
  
f440db
  <alias>
f440db
    <family>Khmer OS Content</family>
f440db
    <default>
f440db
      <family>monospace</family>
f440db
    </default>
f440db
  </alias>
f440db
  
f440db
  <match>
f440db
    <test name="lang" compare="contains">
f440db
      <string>km</string>
f440db
    </test>
f440db
    <test name="family">
f440db
      <string>monospace</string>
f440db
    </test>
f440db
    <edit name="family" mode="prepend">
f440db
      <string>Khmer OS Content</string>
f440db
    </edit>
f440db
  </match>
f440db
</fontconfig>