mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
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:
parent
8190e4807e
commit
0e1aace796
1 changed files with 0 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Times New Roman", serif;
|
|
||||||
font-size: 12pt;
|
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -26,9 +24,6 @@ h2 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
pre, tt, kbd, code, pre samp {
|
|
||||||
font-family: "Courier 10 Pitch", Courier, "Courier New", monospace;
|
|
||||||
}
|
|
||||||
img {border: none;}
|
img {border: none;}
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Reference in a new issue