summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf
blob: 1c29d0d0ad568c6af9bbdfa9c1479ed13c3cec0b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<!-- Available Gujarti fonts look much better without hinting -->

	<match target="font">
		<test name="family"><string>Lohit Gujarati</string></test>
		<edit name="hinting"><bool>false</bool></edit>
	</match>
</fontconfig>