diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1a51755..244d201 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 = {