Skip to content

Commit f90d900

Browse files
committed
style: πŸ’„ update document to use geist css classes
1 parent 2727130 commit f90d900

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

β€Žapp/layout.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default async function RootLayout({ children }: PropsWithChildren) {
2929
return (
3030
<html
3131
lang="en"
32-
className={cn(`${GeistSans.variable} ${GeistMono.variable}`, 'scroll-smooth')}
32+
className={cn(`${GeistSans.className} ${GeistMono.className}`, 'scroll-smooth')}
3333
suppressHydrationWarning // @see https://ui.shadcn.com/docs/dark-mode/next
3434
>
3535
<meta charSet="utf-8" />

β€Žtailwind.config.tsβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ module.exports = {
1111
},
1212
},
1313
extend: {
14-
fontFamily: {
15-
sans: ['var(--font-geist-sans)'],
16-
mono: ['var(--font-geist-mono)'],
17-
},
1814
colors: {
1915
border: 'hsl(var(--border))',
2016
input: 'hsl(var(--input))',

0 commit comments

Comments
Β (0)