From 58839566bc60d370a66c35bd7e1112ccefed6795 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 29 May 2025 02:48:14 +0530 Subject: fix: updated the type check error --- frontend/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/app/globals.css') diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 0b2a4b4..5e91d83 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -9,7 +9,7 @@ @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); - --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; + --font-sans: var(--font-inter), ui-sans-serif, system-ui, sans-serif; --font-mono: ui-monospace, "SFMono-Regular", "Consolas", monospace; --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); -- cgit v1.2.3-59-g8ed1b