removed geist2

This commit is contained in:
Jelaletdin12
2026-03-09 21:35:55 +05:00
parent c9de9d25bd
commit c623fd19d6
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import AuthWrapper from "@/context/AuthWrapper";
import localFont from 'next/font/local'
const geistSans = localFont({
src: '../../public/fonts/GeistVF.woff2',
src: '../../public/GeistVF.woff2',
variable: '--font-geist-sans',
})