summaryrefslogtreecommitdiff
path: root/japanese/font-sazanami/files/20-unhint-sazanami-ttf.conf
blob: 74fb41ee209d142fc797e01862df3c2a9eafa12c (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">
<!-- $FreeBSD$ -->
<fontconfig>
	<match target="font">
		<test name="family">
			<string>Sazanami Mincho</string>
			<string>Sazanami Gothic</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>