summaryrefslogtreecommitdiff
path: root/conf.d/80-delicious.conf
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-09 21:32:14 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-09 21:32:14 -0700
commit6c5619a08575943f75d2341e1a4931ec5faf716b (patch)
tree26ce73304045cbdaeaa3577cbded2b0e7afe98f0 /conf.d/80-delicious.conf
parent9596dce93b751c01770da175d208d78aeaf6ae00 (diff)
Split much of the configuration into separate files. Renumber files
Most of the remaining elements in fonts.conf have been moved to separate files. The numbering scheme for conf.d files has been documented in the README and the files have been renumbered. Config files have been validated against the DTD and a few minor errors fixed.
Diffstat (limited to 'conf.d/80-delicious.conf')
-rw-r--r--conf.d/80-delicious.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf.d/80-delicious.conf b/conf.d/80-delicious.conf
new file mode 100644
index 0000000..701429b
--- /dev/null
+++ b/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>