From 64bd515d9e8abefd7aacb0f2ad6e1195ed7bde44 Mon Sep 17 00:00:00 2001 From: posimai Date: Fri, 10 Apr 2026 08:09:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20migrate=20font=20Inter=20=E2=86=92=20G?= =?UTF-8?q?eist=20+=20Lucide=20integrity=20hash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9f867a5..7041ffe 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ html { scroll-behavior: smooth; } body { - font-family: 'Inter', -apple-system, sans-serif; + font-family: 'Geist', -apple-system, sans-serif; background: var(--bg); color: var(--text); font-size: 15px;