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 1eb84e5 commit 8cb8cdeCopy full SHA for 8cb8cde
app/layout.tsx
@@ -12,7 +12,7 @@ import siteMetadata from '@/data/siteMetadata'
12
import { ThemeProviders } from './theme-providers'
13
import { Metadata } from 'next'
14
15
-const ubuntu = Ubuntu({
+const space_grotesk = Ubuntu({
16
subsets: ['latin'],
17
display: 'swap',
18
variable: '--font-Ubuntu',
@@ -64,7 +64,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
64
return (
65
<html
66
lang={siteMetadata.language}
67
- className={`${ubuntu.variable} scroll-smooth`}
+ className={`${space_grotesk.variable} scroll-smooth`}
68
suppressHydrationWarning
69
>
70
<link
0 commit comments