summaryrefslogtreecommitdiff
path: root/japanese/font-cica/files/20-unhint-cica.conf
blob: a101e4b6a03f319bc8009387a7146e5315a0a73d (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>Cica</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>