web: Use font similar to mopidy.com

This commit is contained in:
Stein Magnus Jodal 2014-06-21 14:51:56 +02:00
parent 603da5673e
commit 005cb028e7

View File

@ -1,8 +1,7 @@
html { html {
background: #e8ecef; background: #e8ecef;
color: #555; color: #555;
font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", font-family: Geneva, Tahoma, Verdana, sans-serif;
"Hoefler Text", "Baskerville", serif;
line-height: 1.4em; line-height: 1.4em;
} }
body { body {
@ -23,13 +22,11 @@ div.box.focus {
div.icon { div.icon {
float: right; float: right;
} }
h1, h2 { h1 {
font-family: "Ubuntu", "Arial", "Helvetica", "Lucida Grande",
"Verdana", "Gill Sans", sans-serif;
line-height: 1.1em; line-height: 1.1em;
} }
h2 { h1, h2 {
margin: 0.2em 0 0; font-weight: 500;
} }
p.next { p.next {
text-align: right; text-align: right;
@ -43,10 +40,9 @@ img {
border: 0; border: 0;
} }
code, pre { code, pre {
font-family: "Droid Sans Mono", Menlo, Courier New, Courier, Mono, monospace; font-family: monospace;
font-size: 9pt;
line-height: 1.2em; line-height: 1.2em;
padding: 0.5em 1em; padding: 0.8em 1em;
margin: 1em 0; margin: 1em 0;
white-space: pre; white-space: pre;
overflow: auto; overflow: auto;