Skip to content

Commit

Permalink
Merge pull request #14 from nathanshew/fix-compile-errors
Browse files Browse the repository at this point in the history
Update layout.tsx
  • Loading branch information
nathanshew authored Jan 1, 2025
2 parents 703f2d4 + 778ed07 commit 4846eca
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 4846eca

Please sign in to comment.