From b299585025449298c9d09b1636935823b2ddf6e1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 31 Aug 2026 10:48:28 -0400 Subject: [PATCH] chore: format --- src/tailwind.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/tailwind.css b/src/tailwind.css index 9e3d791ba2..2613da1f96 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -4,10 +4,9 @@ @theme { --font-sans: - var(--app-font-family, -apple-system), BlinkMacSystemFont, 'Inter', 'Vazirmatn', - ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, - 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', - 'Noto Color Emoji'; + var(--app-font-family, -apple-system), BlinkMacSystemFont, 'Inter', 'Vazirmatn', ui-sans-serif, + system-ui, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', + Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; --font-primary: var(--font-sans); --font-secondary: var(--font-sans);