summaryrefslogtreecommitdiff
path: root/65-0-khmer-os-bokor-fonts.conf
blob: 47c3cda6a5d3aec6c5010fcba469c305ee41e1b8 (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 Bokor</family>
    <default>
      <family>monospace</family>
    </default>
  </alias>
  <!-- Locale-specific overrides -->
  <match>
    <test name="lang" compare="contains">
      <string>km</string>
    </test>
    <test name="family">
      <string>monospace</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Khmer OS Bokor</string>
    </edit>
  </match>
</fontconfig>