Skip to content

Commit 8cb8cde

Browse files
author
adobug
committed
5
1 parent 1eb84e5 commit 8cb8cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import siteMetadata from '@/data/siteMetadata'
1212
import { ThemeProviders } from './theme-providers'
1313
import { Metadata } from 'next'
1414

15-
const ubuntu = Ubuntu({
15+
const space_grotesk = Ubuntu({
1616
subsets: ['latin'],
1717
display: 'swap',
1818
variable: '--font-Ubuntu',
@@ -64,7 +64,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
6464
return (
6565
<html
6666
lang={siteMetadata.language}
67-
className={`${ubuntu.variable} scroll-smooth`}
67+
className={`${space_grotesk.variable} scroll-smooth`}
6868
suppressHydrationWarning
6969
>
7070
<link

0 commit comments

Comments
 (0)