From 35b5226eaeab1a8436a573bc7688e69f6242b70c Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 9 Nov 2025 10:48:24 -0800 Subject: [PATCH] Update style.css --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index ab40cfd..12c7cf2 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -@import url(https://fonts.bunny.net/css?family=assistant:400); +@import url(https://fonts.bunny.net/css?family=assistant:500); :root{--safe-bottom:env(safe-area-inset-bottom)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none} html,body{overscroll-behavior-y:contain;font-family:'Assistant',sans-serif} .markdown-body{font-size:14px;line-height:1.6}.markdown-body pre{overflow:auto}