blob: 75a5b6312915f889ca25814a440fa5e6fc558e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<match>
<test compare="contains" name="lang">
<string>fa</string>
</test>
<edit mode="prepend" name="family" binding="strong">
<string>Vazirmatn RD UI NL</string>
</edit>
</match>
<match>
<test compare="contains" name="lang">
<string>ar</string>
</test>
<edit mode="prepend" name="family" binding="strong">
<string>Vazirmatn RD UI NL</string>
</edit>
</match>
</fontconfig>
|