Update src/app/layout.tsx

This commit is contained in:
2026-05-31 20:15:28 +00:00
parent 9601079814
commit bd8a369e64

View File

@@ -41,14 +41,13 @@ export const metadata: Metadata = {
},
};
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export default function RootLayout({