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