projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9c28fd4
)
Add font-weight:normal to selection of Gill Sans.
author
Mike Taylor
<mike@indexdata.com>
Tue, 24 Feb 2015 12:38:40 +0000
(12:38 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 24 Feb 2015 12:38:40 +0000
(12:38 +0000)
This MAY fix WRIS-12, which affects Google Chrome v37 on Windows.
doc/mkws-doc.css
patch
|
blob
|
history
diff --git
a/doc/mkws-doc.css
b/doc/mkws-doc.css
index
386c46a
..
8f2f4a7
100644
(file)
--- a/
doc/mkws-doc.css
+++ b/
doc/mkws-doc.css
@@
-1,5
+1,6
@@
body {
font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
+ font-weight: normal;
}
h1, h2, h3 { color: #606060 }
h2 { margin-top: 0.5em }