summarylogtreecommitdiffstats
path: root/fontconfig-noautohint.conf
blob: a913a2174f73733208f4a097fb192dab8aec9e08 (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>