google-noto-fonts/66-google-noto-naskh-arabic.conf

24 lines
457 B
XML

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