Update theme fonts

This commit is contained in:
2026-04-12 07:50:24 +00:00
parent fd61273100
commit f873a3653e

View File

@@ -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,