diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6fd16d9..9d864f6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,7 @@ import type { Metadata } from "next"; -import { Lavender_Blue } from "next/font/google"; import { Lato } from "next/font/google"; import "./globals.css"; -const lavenderBlue = Lavender_Blue({ - variable: "--font-lavender-blue", subsets: ["latin"], - weight: ["400"], -}); - const lato = Lato({ variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], @@ -24,7 +18,7 @@ export default function RootLayout({ }) { return ( -
+ {children}