summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
commit63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch)
tree6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf
parenta4460f6d9453bbd7e584937686449cef3e19f052 (diff)
Removed gtk+ docsHEADmaster
Diffstat (limited to 'gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf')
-rw-r--r--gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf b/gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf
deleted file mode 100644
index 845647b..0000000
--- a/gtk+-mingw/share/fontconfig/conf.avail/80-delicious.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-<!-- Fix-ups for Delicious family -->
-
-<!-- Delicious 'heavy' variant says its Medium weight -->
-<match target="scan">
- <test name="family" compare="eq" ignore-blanks="true">
- <string>Delicious</string>
- </test>
- <test name="style">
- <string>Heavy</string>
- </test>
- <edit name="weight">
- <const>heavy</const>
- </edit>
-</match>
-
-</fontconfig>