google-noto-fonts/SOURCES/66-google-noto-serif-telugu.conf
2021-09-09 17:59:41 +00:00

24 lines
453 B
XML

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