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