Update src/app/layout.tsx

This commit is contained in:
2026-02-05 12:54:37 +00:00
parent 824c04be57
commit fc636003a0

View File

@@ -6,7 +6,7 @@ import Tag from "@/tag/Tag";
const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
weight: ["300", "400", "500", "600", "700"]
});
export const metadata: Metadata = {