From 42f065dac097e47bb8b48486d80dd2c8907ed2a8 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Thu, 9 Oct 2025 20:33:49 +0530 Subject: [PATCH] font layout update --- src/app/layout.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5aba3d9..acb720b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,17 +1,6 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); - export const metadata: Metadata = { title: "CMC - Department of Trauma Surgery", description: "Generated by create next app", @@ -24,9 +13,7 @@ export default function RootLayout({ }>) { return ( - + {children}