From d761fb51adbacecb400a290635f2f72b46d6c0ca Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 24 Feb 2015 17:36:54 +0000 Subject: [PATCH] Settled on Google's Cabin font, having auditioned Puritan, Lato and Molengo. --- doc/mkws-doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 2bd20de..c2dc290 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -1,7 +1,7 @@ -@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); body { - font-family: Lato, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; font-weight: normal; } h1, h2, h3 { color: #606060 } -- 1.7.10.4