Skip to content

Commit a8e9ece

Browse files
Initial analysis and font fix for build issues
Co-authored-by: Gerome-Elassaad <186273274+Gerome-Elassaad@users.noreply.github.com>
1 parent bc13b35 commit a8e9ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import './globals.css'
22
import { AuthProvider, PostHogProvider, ThemeProvider } from './providers'
33
import { Toaster } from '@/components/ui/toaster'
44
import type { Metadata } from 'next'
5-
import { Inter } from 'next/font/google'
5+
// import { Inter } from 'next/font/google'
66

7-
const inter = Inter({ subsets: ['latin'] })
7+
// const inter = Inter({ subsets: ['latin'] })
88

99
export const metadata: Metadata = {
1010
metadataBase: new URL('https://codingit.vercel.app'),
@@ -43,7 +43,7 @@ export default function RootLayout({
4343
}>) {
4444
return (
4545
<html lang="en" suppressHydrationWarning>
46-
<body>
46+
<body className="font-sans">
4747
<ThemeProvider
4848
attribute="class"
4949
defaultTheme="dark"

0 commit comments

Comments
 (0)