From a0cccf78fb5381f0b700365dec35b1c233f821aa Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 24 Feb 2015 12:38:40 +0000 Subject: [PATCH] Add font-weight:normal to selection of Gill Sans. This MAY fix WRIS-12, which affects Google Chrome v37 on Windows. --- doc/mkws-doc.css | 1 + 1 file changed, 1 insertion(+) 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 } -- 1.7.10.4