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.
22 lines
438 B
22 lines
438 B
2 years ago
|
<?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>sans-serif</string>
|
||
|
</test>
|
||
|
<edit name="family" mode="prepend">
|
||
|
<string>Meera</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
<alias>
|
||
|
<family>Meera</family>
|
||
|
<default>
|
||
|
<family>sans-serif</family>
|
||
|
</default>
|
||
|
</alias>
|
||
|
</fontconfig>
|