Update theme fonts

This commit is contained in:
2026-04-28 00:57:58 +00:00
parent 672435f278
commit 1ad9dad7cb

View File

@@ -14,7 +14,11 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
const nunitoSans = Nunito_Sans({ variable: "--font-nunito-sans", subsets: ["latin"] });
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,