From a72697132457da5ee2079df6ae706ec90f96d40c Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 21 Mar 2025 23:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 09cdc0b..998048b 100644 --- a/src/index.css +++ b/src/index.css @@ -4,13 +4,12 @@ @layer base { * { @apply border-border; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; -webkit-tap-highlight-color: transparent; } html { + @apply font-sans antialiased; --bc-color-brand: hsl(var(--primary)); --bc-color-brand-dark: hsl(var(--primary)); --bc-brand-mix: 100%; @@ -28,7 +27,6 @@ body { @apply bg-background text-foreground; - font-family: 'Inter', sans-serif; -webkit-overflow-scrolling: touch; text-size-adjust: 100%; -webkit-text-size-adjust: 100%;