Skip to content

Commit c976adb

Browse files
committed
load all fonts in paralel
1 parent 4b49f88 commit c976adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/[locale]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default async function LocaleLayout({
100100
<link rel='preconnect' href='https://firebaseapp.com' />
101101
<link rel='dns-prefetch' href='https://firebaseapp.com' />
102102
</head>
103-
<body className={`${mulish.variable} ${ibmPlexMono.variable}`}>
103+
<body className={`${mulish.className} ${mulish.variable} ${ibmPlexMono.variable}`}>
104104
<ThemeRegistry>
105105
<NextIntlClientProvider messages={messages}>
106106
<Providers remoteConfig={remoteConfig}>

0 commit comments

Comments
 (0)