Update src/app/layout.tsx

This commit is contained in:
2026-01-22 17:19:31 +00:00
parent fe3560d729
commit e8baf847af

View File

@@ -6,7 +6,7 @@ import Tag from "@/tag/Tag";
const dmSerifDisplay = DM_Serif_Display({
variable: "--font-dm-serif-display", subsets: ["latin"],
weight: ["400"],
weight: ["400"]
});
export const metadata: Metadata = {