dot/fonts.conf: Prevent finding of Fixed Normal.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Oct 2009 08:55:51 +0000 (09:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 9 Oct 2009 08:55:51 +0000 (09:55 +0100)
Irritatingly, Normal is considered lighter than SemiCondensed, so it's a
more preferable match.  Fix this.

dot/fonts.conf

index c7504cf..b738295 100644 (file)
@@ -26,6 +26,7 @@
   <match target="pattern">
     <test name="family"><string>MiscFixed6x13</string></test>
     <!-- edit name="size"><double>12</double></edit -->
+    <edit name="style"><string>SemiCondensed</string></edit>
     <edit name="width"><int>87</int></edit>
     <edit name="family"><string>Fixed</string></edit>
     <edit name="foundry"><string>Misc</string></edit>