summaryrefslogtreecommitdiffstats
path: root/system/webcore-fonts/25-noautohint-corefonts.conf
diff options
context:
space:
mode:
author Dugan Chen2010-05-12 17:46:19 +0200
committer David Somero2010-05-12 17:46:19 +0200
commit1abc2293b1df3b1c3a66b243c783e2c70c0acdc9 (patch)
treee5c31ab5dccc2e19e28f7b7df3f37f7db7c7e608 /system/webcore-fonts/25-noautohint-corefonts.conf
parent41048fc98920db837780bdf01088a9db8cbe39f5 (diff)
downloadslackbuilds-1abc2293b1df3b1c3a66b243c783e2c70c0acdc9.tar.gz
system/webcore-fonts: Updated for version 3.0
Diffstat (limited to 'system/webcore-fonts/25-noautohint-corefonts.conf')
-rw-r--r--system/webcore-fonts/25-noautohint-corefonts.conf34
1 files changed, 18 insertions, 16 deletions
diff --git a/system/webcore-fonts/25-noautohint-corefonts.conf b/system/webcore-fonts/25-noautohint-corefonts.conf
index f017ed6ba4..063cf4058a 100644
--- a/system/webcore-fonts/25-noautohint-corefonts.conf
+++ b/system/webcore-fonts/25-noautohint-corefonts.conf
@@ -12,20 +12,22 @@ the autohinter on.
-->
<fontconfig>
- <test name="family">
- <string>Andale Mono</string>
- <string>Arial</string>
- <string>Comic Sans MS</string>
- <string>Courier New</string>
- <string>Georgia</string>
- <string>Impact</string>
- <string>Tahoma</string>
- <string>Times New Roman</string>
- <string>Trebuchet MS</string>
- <string>Verdana</string>
- <string>Webdings</string>
- </test>
- <edit mode="assign" name="autohint">
- <bool>false</bool>
- </edit>
+ <match target="font">
+ <test name="family">
+ <string>Andale Mono</string>
+ <string>Arial</string>
+ <string>Comic Sans MS</string>
+ <string>Courier New</string>
+ <string>Georgia</string>
+ <string>Impact</string>
+ <string>Tahoma</string>
+ <string>Times New Roman</string>
+ <string>Trebuchet MS</string>
+ <string>Verdana</string>
+ <string>Webdings</string>
+ </test>
+ <edit mode="assign" name="autohint">
+ <bool>false</bool>
+ </edit>
+ </match>
</fontconfig>