Skip to content

Commit

Permalink
5-font-weight-tp-400
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusLevang committed Sep 6, 2024
1 parent 8c2085b commit b921849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b921849

Please sign in to comment.