diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fdb878b..9c1c470 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,7 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); +const inter = Inter({ subsets: ["latin"], variable: "--font-inter" }); export const metadata: Metadata = { title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance." @@ -15,7 +15,7 @@ export default function RootLayout({ }) { return ( -
+ {children}