mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
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:
committed by
GitHub
parent
abd01981a2
commit
96452278cc
@@ -16,7 +16,7 @@ body {
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
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;
|
||||
background: #111;
|
||||
word-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user