projects
/
irspy-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:
c5e7a8d
)
Use cabin font for IRSpy. Part of WRIS-12.
author
Mike Taylor
<mike@indexdata.com>
Thu, 26 Feb 2015 15:12:24 +0000
(15:12 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 26 Feb 2015 15:12:24 +0000
(15:12 +0000)
web/htdocs/style.css
patch
|
blob
|
history
diff --git
a/web/htdocs/style.css
b/web/htdocs/style.css
index
456bec0
..
6764412
100644
(file)
--- 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 }