blob: 3c24d4aeb8a7c4bdacaebab7ba470f2a8f4b24e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<or>
<test name="family">
<string>Gen Shin Gothic</string>
</test>
<test name="family">
<string>Gen Shin Gothic Monospace</string>
</test>
<test name="family">
<string>Gen Shin Gothic P</string>
</test>
</or>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
|