aboutsummaryrefslogtreecommitdiffstats
path: root/_config/fontconfig/conf.d/66-noto-cursive.conf
blob: 173087a883960159219be9f35a5173238f336a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

  <!--
      Google Noto font configurations

      Generic family identifications for Noto "cursive" fonts
  -->

  <!-- Generic family name assignment -->
  <alias>
    <family>Noto Kufi Arabic</family>
    <default><family>cursive</family></default>
  </alias>
  <alias>
    <family>Noto Naskh Arabic UI</family>
    <default><family>cursive</family></default>
  </alias>
  <alias>
    <family>Noto Naskh Arabic</family>
    <default><family>cursive</family></default>
  </alias>
  <alias>
    <family>Noto Nastaliq Urdu</family>
    <default><family>cursive</family></default>
  </alias>
</fontconfig>