diff options
Diffstat (limited to '65-0-khmer-os-fasthand-fonts.conf')
-rw-r--r-- | 65-0-khmer-os-fasthand-fonts.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/65-0-khmer-os-fasthand-fonts.conf b/65-0-khmer-os-fasthand-fonts.conf new file mode 100644 index 0000000..ac8dfd8 --- /dev/null +++ b/65-0-khmer-os-fasthand-fonts.conf @@ -0,0 +1,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> |