From 5405867fcb078f7681e88c195db109c1c2a9de5d Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 20 May 2025 01:17:35 +0200 Subject: [PATCH] font monospace Signed-off-by: ale --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index fa71d06..d2040f8 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,5 @@ body { - font-family: 'Courier New', Courier, monospace; + font-family: monospace, monospace; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }