summaryrefslogtreecommitdiff
path: root/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf
blob: a162c15197046a8fa9c898dd1199ddd7420649a8 (plain) (blame)
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"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="font">
		<or>
			<test name="family">
				<string>IPAMonaMincho</string>
			</test>
			<test name="family">
				<string>IPAMonaGothic</string>
			</test>
			<test name="family">
				<string>IPAMonaPMincho</string>
			</test>
			<test name="family">
				<string>IPAMonaPGothic</string>
			</test>
			<test name="family">
				<string>IPAMonaUIGothic</string>
			</test>
		</or>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>