summaryrefslogtreecommitdiff
path: root/repo/font-noto/58-noto-math.xml
blob: da7363b129ef642757b9a069d3bad888fca009bc (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <!-- Noto Sans Math -->
  <match>
    <test name="family">
      <string>math</string>
    </test>
    <test name="family">
      <string>sans-serif</string>
    </test>
    <edit name="family" mode="prepend" binding="same">
      <string>Noto Sans Math</string>
    </edit>
    <edit name="fonthashint" mode="append">
      <bool>true</bool>
    </edit>
  </match>
  <alias>
    <family>Noto Sans Math</family>
    <default>
      <family>math</family>
      <family>sans-serif</family>
    </default>
  </alias>
</fontconfig>