From 7c10b761bf7465130143e8879f432cf64ea0757a Mon Sep 17 00:00:00 2001 From: Samidy Date: Mon, 9 Feb 2026 17:30:21 +0300 Subject: [PATCH] change default theme to inter --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 711283e..5cc9aae 100644 --- a/styles.css +++ b/styles.css @@ -281,7 +281,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-family, 'IBM Plex Mono', monospace) !important; + font-family: var(--font-family, 'Inter', sans-serif) !important; overflow: hidden; transition: background-color 0.3s ease,