From b921849b7db63e14627eea7116dcce92c029e94e Mon Sep 17 00:00:00 2001 From: Marius Levang Date: Thu, 5 Sep 2024 13:11:56 +0200 Subject: [PATCH] 5-font-weight-tp-400 --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b24f156..2ec23ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,7 @@ import {Providers} from '@/app/providers'; import AppShell from '@/components/AppShell'; import {Quicksand} from 'next/font/google'; -const customFont = Quicksand({ weight: ['500'], subsets: ['latin'] }); +const customFont = Quicksand({ weight: ['400'], subsets: ['latin'] }); export const metadata: Metadata = { title: 'Hugin'