summarylogtreecommitdiffstats
path: root/fontconfig-noautohint.conf
blob: 409cc67a4380e71f4636a70daf3c6bb1f279a599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<!--
		FreeType's autohinter introduces bizarre-looking artifacts.
	-->
	
	<match target="font">
		<test name="file" compare="contains">
			<string>unifont</string>
		</test>
		<test name="file" compare="contains">
			<string>.ttf</string>
		</test>
	</match>
</fontconfig>