From d12e4b6989da530ff77c3bb510349ecf59e99a78 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:25:25 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 586f4a2..bf406f0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { BitcountGridDoubleInk } from "next/font/google"; +import { Bitcount_Grid_Double_Ink } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -const bitcountGridDoubleInk = BitcountGridDoubleInk({ +const bitcountGridDoubleInk = Bitcount_Grid_Double_Ink({ variable: "--font-bitcount-grid-double-ink", subsets: ["latin"], }); -- 2.49.1