Compare commits

1 Commits

Author SHA1 Message Date
fc636003a0 Update src/app/layout.tsx 2026-02-05 12:54:37 +00:00

View File

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