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