gst-editing-services1: update to 1.24.11
[oi-userland.git] / components / library / fontconfig / files / 20-indic.conf
blob55c96fa02c0d47f45673c4865a6ec6ce32aba26f
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
5 <!-- Some Indic fonts look much better without hinting -->
7 <match target="font">
8 <test name="family">
9 <string>Lohit Gujarati</string>
10 </test>
11 <edit name="hinting">
12 <bool>false</bool>
13 </edit>
14 <test name="family">
15 <string>Lohit Tamil</string>
16 </test>
17 <edit name="hinting">
18 <bool>false</bool>
19 </edit>
20 </match>
21 </fontconfig>