summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf')
-rw-r--r--Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf b/Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf
new file mode 100644
index 00000000000..701429bcc41
--- /dev/null
+++ b/Master/tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- /etc/fonts/conf.d/60-delicious.conf -->
+<fontconfig>
+<!-- Fix-ups for Delicious family -->
+
+<!-- Delicious 'heavy' variant says its Medium weight -->
+<match target="scan">
+ <test name="family">
+ <string>Delicious</string>
+ </test>
+ <test name="style">
+ <string>Heavy</string>
+ </test>
+ <edit name="weight">
+ <const>heavy</const>
+ </edit>
+</match>
+
+</fontconfig>