From: Mike Taylor Date: Tue, 24 Feb 2015 12:38:40 +0000 (+0000) Subject: Add font-weight:normal to selection of Gill Sans. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a0cccf78fb5381f0b700365dec35b1c233f821aa;ds=sidebyside Add font-weight:normal to selection of Gill Sans. This MAY fix WRIS-12, which affects Google Chrome v37 on Windows. --- diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 386c46a..8f2f4a7 100644 --- 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 }