From 424c95749a12b57caeba7c3ecd5034daacf5a651 Mon Sep 17 00:00:00 2001 From: Physcik Date: Fri, 26 Dec 2025 17:14:01 +0500 Subject: Font change --- static/common.css | 2 +- templates/index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/common.css b/static/common.css index a69065c..35d530e 100644 --- a/static/common.css +++ b/static/common.css @@ -59,7 +59,7 @@ a { .code { white-space: pre-wrap; padding: 10px; - font-family: "Space Grotesk", sans-serif; + font-family: "JetBrains Mono", sans-serif; font-weight: bold; overflow-x: scroll; } diff --git a/templates/index.html b/templates/index.html index b9ccef0..250f509 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,8 +3,7 @@ - - + -- cgit v1.3