We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40e02d commit 78966d4Copy full SHA for 78966d4
app/layout.tsx
@@ -16,7 +16,7 @@ const ubuntu = Ubuntu({
16
subsets: ['latin'],
17
display: 'swap',
18
weight: ['300','400','500', '700'],
19
- fallback: 'Arial',
+ fallback: ['Arial'],
20
})
21
22
export const metadata: Metadata = {
0 commit comments