summarylogtreecommitdiffstats
path: root/10-go-noto-current.conf
blob: 1e72de1dc6c91c60f74ada4bc76fdb2a0d09aeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <!-- Fix "Go Noto Current" font family name -->
  <match target="scan">
    <test name="family">
      <string>Go Noto Current-Regular</string>
    </test>
    <edit name="family">
      <string>Go Noto Current</string>
    </edit>
  </match>
  <match target="scan">
    <test name="family">
      <string>Go Noto Current-Bold</string>
    </test>
    <edit name="family">
      <string>Go Noto Current</string>
    </edit>
  </match>
</fontconfig>