diff options
Diffstat (limited to 'conf.d/10-hinting-slight.conf')
-rw-r--r-- | conf.d/10-hinting-slight.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/10-hinting-slight.conf b/conf.d/10-hinting-slight.conf new file mode 100644 index 00000000..c244ac0b --- /dev/null +++ b/conf.d/10-hinting-slight.conf @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <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="hintstyle" mode="append"><const>hintslight</const></edit> + </match> +</fontconfig> |