diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78fc9ea..2a66bd1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,12 @@ export const metadata: Metadata = { }, }; -const lato = Lato({ variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"] }); + +const lato = Lato({ + variable: "--font-lato", + subsets: ["latin"], + weight: ["100", "300", "400", "700", "900"], +}); export default function RootLayout({ children,