aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-myrica/files/20-unhint-myrica.conf
blob: 8c49adb5cb5f7cbf008f35fd64f07662eab34478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="font">
		<test name="family">
			<string>Myrica M</string>
		</test>
		<test name="family">
			<string>Myrica N</string>
		</test>
		<test name="family">
			<string>Myrica P</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>