summaryrefslogtreecommitdiff
path: root/65-0-khmer-os-fasthand-fonts.conf
blob: ac8dfd89865f4c8ad0ed11559ff011d73523a2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <!-- Generic names -->
  <alias>
    <family>Khmer OS Fasthand</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
  <!-- Locale-specific overrides -->
  <match>
    <test name="lang" compare="contains">
      <string>km</string>
    </test>
    <test name="family">
      <string>fantasy</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Khmer OS Fasthand</string>
    </edit>
  </match>
</fontconfig>