We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b49f88 commit c976adbCopy full SHA for c976adb
1 file changed
src/app/[locale]/layout.tsx
@@ -100,7 +100,7 @@ export default async function LocaleLayout({
100
<link rel='preconnect' href='https://firebaseapp.com' />
101
<link rel='dns-prefetch' href='https://firebaseapp.com' />
102
</head>
103
- <body className={`${mulish.variable} ${ibmPlexMono.variable}`}>
+ <body className={`${mulish.className} ${mulish.variable} ${ibmPlexMono.variable}`}>
104
<ThemeRegistry>
105
<NextIntlClientProvider messages={messages}>
106
<Providers remoteConfig={remoteConfig}>
0 commit comments