From 8adc038ccc7766790be3696fb376c074c3e314fe Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Feb 2015 15:12:24 +0000 Subject: [PATCH] Use cabin font for IRSpy. Part of WRIS-12. --- web/htdocs/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/htdocs/style.css b/web/htdocs/style.css index 456bec0..6764412 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,7 +1,9 @@ +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); + body { color: black; background: white; - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } h1,h2 { font-family: Verdana, "Sans Serif", Sans } -- 1.7.10.4