Manpage & webpage CSS: drop font selections

There's no need to tell the visitor which fonts to use; she knows best
what she likes, so let her decide.
This commit is contained in:
Nikolaus Schulz 2011-03-28 23:07:03 +02:00
parent 8190e4807e
commit 0e1aace796
1 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
body {
font-family: "Times New Roman", serif;
font-size: 12pt;
padding: 2%;
line-height: 130%;
margin: 0;
@ -26,9 +24,6 @@ h2 {
padding: 0;
font-size: 150%;
}
pre, tt, kbd, code, pre samp {
font-family: "Courier 10 Pitch", Courier, "Courier New", monospace;
}
img {border: none;}
a {
text-decoration: underline;