From: Mike Taylor Date: Tue, 24 Feb 2015 17:27:36 +0000 (+0000) Subject: Use Google's "Lato" font in place of Gill Sans, since we know we can X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=16b386a70198b118c9ba42ac67b50244fe50b3b0;hp=e39fc641e7845d8b114f465b73aa7a5e7fa7d412 Use Google's "Lato" font in place of Gill Sans, since we know we can always get it. --- diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 8f2f4a7..2bd20de 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -1,5 +1,7 @@ +@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); + body { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Lato, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; font-weight: normal; } h1, h2, h3 { color: #606060 }