From: Mike Taylor Date: Tue, 24 Feb 2015 17:36:54 +0000 (+0000) Subject: Settled on Google's Cabin font, having auditioned Puritan, Lato and Molengo. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d761fb51adbacecb400a290635f2f72b46d6c0ca;ds=sidebyside Settled on Google's Cabin font, having auditioned Puritan, Lato and Molengo. --- 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 }