From f7eea78b263449fe5fbcbdcb2ae18c1b8abcca35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:56:24 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b2151be..d592c84 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,7 @@ export const metadata: Metadata = { }, }; + const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"] });