<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD: head/japanese/font-ipamjm/files/20-unhint-ipamjm.conf 373142 2014-11-23 10:40:37Z hrs $ -->
<fontconfig>
	<match target="font">
		<or>
			<test name="family">
				<string>IPAmjMincho</string>
			</test>
		</or>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>