35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<!-- /etc/fonts/conf.d/dejavu-persian-override.conf
|
||
|
|
||
|
Override DejaVu use in Persian
|
||
|
|
||
|
© 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||
|
This file is distributed under the terms of the GNU General
|
||
|
Public License (GPL) version 2. Copies of the GPL can be obtained from:
|
||
|
http://www.gnu.org/licenses/gpl.html
|
||
|
-->
|
||
|
<fontconfig>
|
||
|
<match>
|
||
|
<test name="lang"><string>ar</string></test>
|
||
|
<test name="family"><string>DejaVu Sans</string></test>
|
||
|
<edit name="family" mode="assign" binding="same">
|
||
|
<string>Roya</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
<match>
|
||
|
<test name="lang"><string>ar</string></test>
|
||
|
<test name="family"><string>DejaVu Serif</string></test>
|
||
|
<edit name="family" mode="assign" binding="same">
|
||
|
<string>Nazli</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
<match>
|
||
|
<test name="lang"><string>ar</string></test>
|
||
|
<test name="family"><string>DejaVu Sans Mono</string></test>
|
||
|
<edit name="family" mode="assign" binding="same">
|
||
|
<string>Terafik</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
</fontconfig>
|