]> git.pld-linux.org Git - packages/fonts-TTF-Google-noto.git/blob - 66-google-noto-kufi-arabic.conf
- rel.2 - typo fixed
[packages/fonts-TTF-Google-noto.git] / 66-google-noto-kufi-arabic.conf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <match>
5   <test name="lang" compare="contains">
6     <string>ar</string>
7   </test>
8   <test name="family">
9     <string>cursive</string>
10   </test>
11   <edit name="family" mode="prepend">
12     <string>Noto Kufi Arabic</string>
13   </edit>
14 </match>
15
16 <alias>
17   <family>Noto Kufi Arabic</family>
18   <default>
19     <family>cursive</family>
20   </default>
21 </alias>
22 </fontconfig>
This page took 0.054785 seconds and 3 git commands to generate.