docs/ldoc.css: just use system fonts

This commit is contained in:
Daniel Hahler 2017-10-23 22:30:42 +02:00
parent 5c9bc988bb
commit fb93003cc5
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
body {
color: #47555c;
font-size: 16px;
font-family: "Open Sans", sans-serif;
font-family: sans-serif;
margin: 0;
background: #eff4ff;
}
@ -44,7 +44,7 @@ span.types:after {
}
p.name {
font-family: "Andale Mono", monospace;
font-family: monospace;
}
#navigation {
@ -135,7 +135,7 @@ pre {
/* border: 1px solid #C0C0C0; /* silver */
padding: 15px;
overflow: auto;
font-family: "Andale Mono", monospace;
font-family: monospace;
}
#content ul pre.example {