From 7c62370c83f9995a4ee60d13049592ce396549cd Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 25 Feb 2015 11:46:24 +0000 Subject: [PATCH 1/1] Fix WRIS-12. Use Goole font "Cabin" in place of Gill Sans, to avoid idiotic font substitution on Chrome v37 under Windows. --- tools/htdocs/external/koha/koha-mkws-complete.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/htdocs/external/koha/koha-mkws-complete.css b/tools/htdocs/external/koha/koha-mkws-complete.css index 5322022..2858f27 100644 --- a/tools/htdocs/external/koha/koha-mkws-complete.css +++ b/tools/htdocs/external/koha/koha-mkws-complete.css @@ -1,6 +1,8 @@ +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); + .mkws-reference { max-width: 40em; - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; background: #f0f0e0; padding: 0.5em 1em; border: 1px solid #c0c0a0; -- 1.7.10.4