9fbe1edc3e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/smc-rachana-fonts#e7386dd2782247e02bec8971e11f80c28651a4c0
22 lines
432 B
XML
22 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match>
|
|
<test name="lang" compare="contains">
|
|
<string>ml</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend">
|
|
<string>Rachana</string>
|
|
</edit>
|
|
</match>
|
|
<alias>
|
|
<family>Rachana</family>
|
|
<default>
|
|
<family>serif</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|