summaryrefslogtreecommitdiff
path: root/chromium/third_party/fontconfig/src/conf.d/10-hinting-slight.conf
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/fontconfig/src/conf.d/10-hinting-slight.conf')
-rw-r--r--chromium/third_party/fontconfig/src/conf.d/10-hinting-slight.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/fontconfig/src/conf.d/10-hinting-slight.conf b/chromium/third_party/fontconfig/src/conf.d/10-hinting-slight.conf
new file mode 100644
index 00000000000..c244ac0b0e8
--- /dev/null
+++ b/chromium/third_party/fontconfig/src/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>