diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e33a8e5..c7fb738 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Libre_Baskerville } from "next/font/google"; import { Mulish } from "next/font/google"; +import { Figtree } from "next/font/google"; @@ -16,8 +17,9 @@ export const metadata: Metadata = { }; -const mulish = Mulish({ - variable: "--font-mulish", + +const figtree = Figtree({ + variable: "--font-figtree", subsets: ["latin"], }); @@ -29,7 +31,7 @@ export default function RootLayout({ return ( - + {children}