From e33047ade57e03fd49d81df2e435f644393e59d8 Mon Sep 17 00:00:00 2001 From: pollutri Date: Mon, 18 May 2026 13:25:50 +0200 Subject: [PATCH] add font handling 2 --- app/globals.css | 4 ++-- app/layout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index 45b191c..eecbde5 100644 --- a/app/globals.css +++ b/app/globals.css @@ -8,7 +8,7 @@ @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); - --font-sans: var(--font-geist-sans); + --font-sans: var(--font-portal, var(--font-geist-sans)); --font-mono: var(--font-geist-mono); } @@ -22,7 +22,7 @@ body { background: var(--background); color: var(--foreground); - font-family: Arial, Helvetica, sans-serif; + font-family: var(--font-portal, Arial, Helvetica, sans-serif); } /* Force native form controls to inherit the page font (Firefox/Chromium use the OS UI font for