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:
e39fc64
)
Use Google's "Lato" font in place of Gill Sans, since we know we can
author
Mike Taylor
<mike@indexdata.com>
Tue, 24 Feb 2015 17:27:36 +0000
(17:27 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 24 Feb 2015 17:27:36 +0000
(17:27 +0000)
always get it.
doc/mkws-doc.css
patch
|
blob
|
history
diff --git
a/doc/mkws-doc.css
b/doc/mkws-doc.css
index
8f2f4a7
..
2bd20de
100644
(file)
--- 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 }