Add font-weight:normal to selection of Gill Sans.
authorMike Taylor <mike@indexdata.com>
Tue, 24 Feb 2015 12:38:40 +0000 (12:38 +0000)
committerMike 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

index 386c46a..8f2f4a7 100644 (file)
@@ -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 }