diff options
| -rw-r--r-- | app/layout.tsx | 9 | ||||
| -rw-r--r-- | public/fonts/Inter-Bold.woff2 | bin | 0 -> 22904 bytes | |||
| -rw-r--r-- | public/fonts/Inter-Medium.woff2 | bin | 0 -> 22760 bytes | |||
| -rw-r--r-- | public/fonts/Inter-Regular.woff2 | bin | 0 -> 21564 bytes |
4 files changed, 5 insertions, 4 deletions
diff --git a/app/layout.tsx b/app/layout.tsx index 7ed768a5..19021360 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,5 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; +// import { Inter } from "next/font/google"; import "./globals.css"; import { languages } from "@/i18n/settings"; import { Toaster } from "@/components/ui/toaster" @@ -11,7 +11,7 @@ import { ToasterSonner } from "@/components/ui/toasterSonner"; LicenseInfo.setLicenseKey(process.env.NEXT_PUBLIC_MUI_KEY as string); -const inter = Inter({ subsets: ['latin'] }); +// const inter = Inter({ subsets: ['latin'] }); export const generateStaticParams = async () => { return languages.map((lng) => ({ lng })); @@ -60,8 +60,8 @@ export default async function RootLayout({ <body className={cn( - "min-h-svh bg-background font-sans antialiased", - inter.className, + "min-h-svh bg-slate-100 font-sans antialiased", + // inter.className, )} > <ThemeProvider @@ -72,6 +72,7 @@ export default async function RootLayout({ enableColorScheme > <div vaul-drawer-wrapper=""> + {/* <div className="relative flex min-h-svh flex-col bg-slate-100"> */} <div className="relative flex min-h-svh flex-col bg-background"> {children} </div> diff --git a/public/fonts/Inter-Bold.woff2 b/public/fonts/Inter-Bold.woff2 Binary files differnew file mode 100644 index 00000000..775f7575 --- /dev/null +++ b/public/fonts/Inter-Bold.woff2 diff --git a/public/fonts/Inter-Medium.woff2 b/public/fonts/Inter-Medium.woff2 Binary files differnew file mode 100644 index 00000000..21db7941 --- /dev/null +++ b/public/fonts/Inter-Medium.woff2 diff --git a/public/fonts/Inter-Regular.woff2 b/public/fonts/Inter-Regular.woff2 Binary files differnew file mode 100644 index 00000000..d228a4af --- /dev/null +++ b/public/fonts/Inter-Regular.woff2 |
