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:
deepend-tildeclub 2025-09-05 15:22:30 -06:00 committed by GitHub
parent abd01981a2
commit 96452278cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;