Skip to content

Commit

Permalink
Remove inter
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Jul 3, 2023
1 parent 307cc35 commit 4ca329f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 4ca329f

Please sign in to comment.