summaryrefslogtreecommitdiff
path: root/japanese/font-myricam/files/20-unhint-myricam.conf
blob: 9bbca2f668855cf8ae558cc10eaef1d9a1ce031a (plain)
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>MyricaM M</string>
		</test>
		<test name="family">
			<string>MyricaM N</string>
		</test>
		<test name="family">
			<string>MyricaM P</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>