diff options
Diffstat (limited to 'fonts/conf.d/10-unhinted.conf')
-rw-r--r-- | fonts/conf.d/10-unhinted.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/conf.d/10-unhinted.conf b/fonts/conf.d/10-unhinted.conf new file mode 100644 index 0000000..a25e3b1 --- /dev/null +++ b/fonts/conf.d/10-unhinted.conf @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> +<!-- Disable hinting --> + <match target="pattern"> + <!-- + This configuration is available on the major desktop environments. + We shouldn't overwrite it with "assign" unconditionally. + Most clients may picks up the first value only. so using "append" + may simply works to avoid it. + --> + <edit name="hinting" mode="append"><bool>false</bool></edit> + </match> +</fontconfig> |