Add font to app
This commit is contained in:
@@ -28,11 +28,11 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className="relative text-white">
|
||||
<body
|
||||
className={`relative text-white ${geistSans.className} ${geistMono.className}`}
|
||||
>
|
||||
<div className="app-background" />
|
||||
<div className="relative z-10 h-screen overflow-y-auto">
|
||||
{children}
|
||||
</div>
|
||||
<div className="relative z-10 h-screen overflow-y-auto">{children}</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user