From 4824d9d104b86ed55204c4d745a01044cdc24689 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:40:12 -0500 Subject: [PATCH] default font --- web/public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index c52dbbf..34fb5c5 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -50,9 +50,11 @@ box-sizing: border-box; flex-shrink: 0; - text-wrap: balance; - font-family: 'Atkinson Hyperlegible', sans-serif; + font-family: "mono", monospace; + font-size: 14px; text-rendering: optimizeLegibility; + text-wrap: balance; + color: var(--col-01); } title, style, script { display: none;