diff options
Diffstat (limited to 'Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf')
-rw-r--r-- | Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf b/Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf new file mode 100644 index 00000000000..1c29d0d0ad5 --- /dev/null +++ b/Master/tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf @@ -0,0 +1,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> |