Compare commits

3 Commits

Author SHA1 Message Date
2f79748f12 Update src/app/layout.tsx 2026-02-05 12:54:42 +00:00
56910fd7e8 Merge version_1 into main
Merge version_1 into main
2026-02-05 12:50:20 +00:00
e66821560b Merge version_1 into main
Merge version_1 into main
2026-02-05 12:48:57 +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 = {