]> git.pld-linux.org Git - packages/fonts-TTF-Google-noto.git/blame - 66-google-noto-naskh-arabic-ui.conf
- rel.2 - typo fixed
[packages/fonts-TTF-Google-noto.git] / 66-google-noto-naskh-arabic-ui.conf
CommitLineData
7a8f2ee4
AM
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 Naskh Arabic UI</string>
13 </edit>
14</match>
15
16<alias>
17 <family>Noto Naskh Arabic UI</family>
18 <default>
19 <family>cursive</family>
20 </default>
21</alias>
22</fontconfig>
23
This page took 0.067904 seconds and 4 git commands to generate.