From 778ed07f2020259b0405dc614feea608b76ae809 Mon Sep 17 00:00:00 2001 From: nathanshew <92252099+nathanshew@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:43:16 +0800 Subject: [PATCH] Update layout.tsx --- src/app/layout.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0f81e29..d32cb6d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,21 +5,6 @@ import { Montserrat, Roboto } from "next/font/google"; import Navbar from "@/app/components/Navbar"; import Footer from "@/app/components/Footer"; -const montserrat = Montserrat({ - subsets: ["latin"], - style: ["normal", "italic"], - weight: ["700", "600"], - variable: "--font-montserrat", -}); - -const roboto = Roboto({ - subsets: ["latin"], - weight: ["400", "500", "700"], - variable: "--font-roboto", -}); - -import {Montserrat, Roboto} from 'next/font/google'; - const montserrat = Montserrat({ subsets: ['latin'], style: ['normal', 'italic'],