projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d761fb5
)
Fix WRIS-12.
author
Mike Taylor
<mike@indexdata.com>
Wed, 25 Feb 2015 11:46:24 +0000
(11:46 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/tools/htdocs/external/koha/koha-mkws-complete.css
b/tools/htdocs/external/koha/koha-mkws-complete.css
index
5322022
..
2858f27
100644
(file)
--- 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;