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