Use a few more fonts
This commit is contained in:
parent
879aef7f89
commit
6973f0cd20
1 changed files with 2 additions and 2 deletions
4
org.css
4
org.css
|
@ -8,7 +8,7 @@ a:hover {
|
|||
|
||||
body {
|
||||
border: 0;
|
||||
font-family: "PT Sans", sans-serif;
|
||||
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 160%;
|
||||
|
@ -41,7 +41,7 @@ h6 {
|
|||
|
||||
pre {
|
||||
line-height: 100%;
|
||||
font-family: "PT Mono", monospace;
|
||||
font-family: "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
|
||||
margin: 1.2em -8pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue