removed geist
This commit is contained in:
@@ -10,16 +10,12 @@ import Footer from "@/components/layout/Footer";
|
|||||||
import { Toaster } from "@/components/ui/sonner";
|
import { Toaster } from "@/components/ui/sonner";
|
||||||
import { Providers } from "@/context/Provider";
|
import { Providers } from "@/context/Provider";
|
||||||
import AuthWrapper from "@/context/AuthWrapper";
|
import AuthWrapper from "@/context/AuthWrapper";
|
||||||
|
import localFont from 'next/font/local'
|
||||||
|
|
||||||
const geistSans = Geist({
|
const geistSans = localFont({
|
||||||
variable: "--font-geist-sans",
|
src: '../../public/fonts/GeistVF.woff2',
|
||||||
subsets: ["latin"],
|
variable: '--font-geist-sans',
|
||||||
});
|
})
|
||||||
|
|
||||||
const geistMono = Geist_Mono({
|
|
||||||
variable: "--font-geist-mono",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "SmartElectronics",
|
title: "SmartElectronics",
|
||||||
@@ -52,7 +48,7 @@ export default async function RootLayout({ children, params }: Props) {
|
|||||||
return (
|
return (
|
||||||
<html lang={locale} suppressHydrationWarning>
|
<html lang={locale} suppressHydrationWarning>
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
className={`${geistSans.variable} antialiased`}
|
||||||
>
|
>
|
||||||
<Providers>
|
<Providers>
|
||||||
<NextIntlClientProvider locale={locale} messages={messages}>
|
<NextIntlClientProvider locale={locale} messages={messages}>
|
||||||
|
|||||||
BIN
public/or3nQ6H-1_WfwkMZI_qYFrkdmhHkjkotbA.woff2
Normal file
BIN
public/or3nQ6H-1_WfwkMZI_qYFrkdmhHkjkotbA.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user