summaryrefslogtreecommitdiff
path: root/fonts/conf.d/10-hinting-medium.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/conf.d/10-hinting-medium.conf')
-rw-r--r--fonts/conf.d/10-hinting-medium.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/fonts/conf.d/10-hinting-medium.conf b/fonts/conf.d/10-hinting-medium.conf
deleted file mode 100644
index e34ab5b..0000000
--- a/fonts/conf.d/10-hinting-medium.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>hintmedium</const></edit>
- </match>
-</fontconfig>