You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
566 B
24 lines
566 B
<?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>
|