From 9cf1ab755071fa0fb398f306aca7c67557607a80 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Fri, 8 Aug 2025 14:53:28 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20(style):=20remove?= =?UTF-8?q?=20redundant=20font-family=20from=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 21b7cb95..eb54a75e 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -164,7 +164,6 @@ body { background-color: hsl(var(--background)); color: hsl(var(--foreground)); - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.5; margin: 0; }