diff options
author | Akira TAGOH <akira@tagoh.org> | 2015-12-02 11:31:50 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2015-12-02 11:31:50 +0900 |
commit | 98434b3392172233094cac25ade7225c93da9f1c (patch) | |
tree | fd7449347bbae851e121e8003e4acf0414ebafc7 /conf.d/10-hinting-none.conf | |
parent | 04763135d47ae24a808fc15c4482e2bb6f847ab9 (diff) |
Add hintstyle templates and make hintslight default
Diffstat (limited to 'conf.d/10-hinting-none.conf')
-rw-r--r-- | conf.d/10-hinting-none.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/10-hinting-none.conf b/conf.d/10-hinting-none.conf new file mode 100644 index 0000000..0b3810d --- /dev/null +++ b/conf.d/10-hinting-none.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>hintnone</const></edit> + </match> +</fontconfig> |