Skip to content

Commit

Permalink
fix: google font not loaded in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed May 14, 2024
1 parent d33d05d commit 4ca412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { GoalieProvider } from '@goalie/nextjs'
import Head from 'next/head'

import dynamic from 'next/dynamic'
const inter = Inter({ subsets: ['latin'] })
const inter = Inter({ subsets: ['latin'], display: 'swap' })

const PushNotification = dynamic(
() => import('./_components/PushNotification'),
Expand Down

0 comments on commit 4ca412b

Please sign in to comment.