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

View File

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