thai-scalable-fonts/65-0-thai-scalable-waree.conf
Troy Dawson 10a253327c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/thai-scalable-fonts#85bbff11b9b2a9c2004f96cc93047e52ab04bc5f
2020-10-15 12:43:27 -07:00

25 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang" compare="contains">
<string>th</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>Waree</string>
</edit>
</match>
<alias>
<family>Waree</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>