From c0ab594f07ca9ce5d576bcf2403c72049793727c Mon Sep 17 00:00:00 2001 From: arf20 Date: Sat, 15 Feb 2025 14:09:11 +0100 Subject: fixed font --- fonts/LiberationMono-Regular.ttf | Bin 108172 -> 319508 bytes style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/LiberationMono-Regular.ttf b/fonts/LiberationMono-Regular.ttf index 45636d6..d714078 100644 Binary files a/fonts/LiberationMono-Regular.ttf and b/fonts/LiberationMono-Regular.ttf differ diff --git a/style.css b/style.css index 7b4ba77..fb4f743 100644 --- a/style.css +++ b/style.css @@ -26,7 +26,7 @@ body { background-color: #282C34; color: #abb2bf; - font-family: ui-sans-serif; + font-family: monospace, system-ui; font-weight: 500; max-width: 1000px; -- cgit v1.2.3