From fcf97d02790c5df4c7ac23972462875c02b28142 Mon Sep 17 00:00:00 2001 From: litemotiv Date: Mon, 20 Jan 2025 02:39:24 +0100 Subject: [PATCH] Add monospace to base font list --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a1f0c5a..5b8fce9 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,7 @@ body { margin: auto; padding: 1em; max-width: 1024px; - font-family: 'Liberation Monospace', 'Courier New', sans-serif; + font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif; color: #fb5; background: #111; word-wrap: break-word;