summaryrefslogtreecommitdiff
path: root/65-0-khmer-os-system-fonts.conf
diff options
context:
space:
mode:
Diffstat (limited to '65-0-khmer-os-system-fonts.conf')
-rw-r--r--65-0-khmer-os-system-fonts.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/65-0-khmer-os-system-fonts.conf b/65-0-khmer-os-system-fonts.conf
new file mode 100644
index 0000000..844180b
--- /dev/null
+++ b/65-0-khmer-os-system-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 System</family>
+ <default>
+ <family>system-ui</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 System</string>
+ </edit>
+ </match>
+</fontconfig>