From 4ca329f7226e0c59858d2845d55164d6d5af26af Mon Sep 17 00:00:00 2001 From: Matthew Stanciu Date: Mon, 3 Jul 2023 15:02:58 -0700 Subject: [PATCH] Remove inter --- app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index c4d3047..c4892fa 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,5 @@ import "./globals.css"; -import { Inter, Space_Grotesk, Space_Mono } from "next/font/google"; - -const inter = Inter({ subsets: ["latin"] }); +import { Space_Grotesk, Space_Mono } from "next/font/google"; const spaceGrotesk = Space_Grotesk({ weight: ["400", "700"],