mirror of https://github.com/tildeclub/site.git
Fix font-family declaration in style.css
originally submitted by ~xwindows. patch wasn't working so did the one-line myself.
This commit is contained in:
parent
abd01981a2
commit
96452278cc
|
@ -16,7 +16,7 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif;
|
font-family: font-family: 'Liberation Mono', 'Liberation Monospace', 'Courier New', monospace, sans-serif;
|
||||||
color: #fb5;
|
color: #fb5;
|
||||||
background: #111;
|
background: #111;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
Loading…
Reference in New Issue