aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-sazanami/files/20-unhint-sazanami.conf
blob: 8341d1bf7b8c522210db454f7538aeee2e9bf39f (plain) (blame)
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">
<!-- $FreeBSD$ -->
<fontconfig>
	<match target="font">
		<or>
			<test name="family">
				<string>Sazanami Mincho</string>
			</test>
			<test name="family">
				<string>Sazanami Gothic</string>
			</test>
		</or>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>