diff --git a/apps/web/app/globals.css b/apps/web/app/globals.css index 653d142..9974f3c 100644 --- a/apps/web/app/globals.css +++ b/apps/web/app/globals.css @@ -4,6 +4,7 @@ @theme inline { --font-sans: var(--font-geist-sans); --font-mono: var(--font-geist-mono); + --font-pixel: var(--font-geist-pixel-square); /* --color-base: var(--base); */ --color-background: var(--background); @@ -119,7 +120,7 @@ body { position: relative; background: var(--background); color: var(--foreground); - font-family: var(--font-geist-mono); + font-family: var(--font-geist-pixel-square); letter-spacing: -0.02em; --dash-size: 1px; diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 288923c..d022dad 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -1,5 +1,6 @@ import { Analytics } from "@vercel/analytics/next" import { GeistMono } from "geist/font/mono" +import { GeistPixelSquare } from "geist/font/pixel" import { GeistSans } from "geist/font/sans" import type { Metadata, Viewport } from "next" import { Footer } from "@/components/footer" @@ -52,7 +53,7 @@ export default function RootLayout({ return (