chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1af400
)
dot/fonts.conf: Prevent finding of Fixed Normal.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Oct 2009 08:55:51 +0000
(09:55 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/fonts.conf
b/dot/fonts.conf
index c7504cf33a767079f0f12a718f018fe6953d4936..b73829511b15719ace3c1542a456e3a7aa210da5 100644
(file)
--- a/
dot/fonts.conf
+++ b/
dot/fonts.conf
@@
-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>