aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-cica/files/20-unhint-cica.conf
blob: 273070d5cfc321c35c3f6f0ad3dcc817e87f3b13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="font">
		<test name="family">
			<string>Cica</string>
		</test>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>