Fix WRIS-12.
authorMike Taylor <mike@indexdata.com>
Wed, 25 Feb 2015 11:46:24 +0000 (11:46 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 25 Feb 2015 11:46:24 +0000 (11:46 +0000)
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

index 5322022..2858f27 100644 (file)
@@ -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;