Skip to content

Commit

Permalink
feat: change font
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Oct 23, 2023
1 parent b3cd7b8 commit 56c65fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import PageLoadingProgress from "@/components/Common/PageLoadingProgress";
import MainProvider from "@/providers/MainProvider";
import { Metadata } from "next";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import Navbar from "../components/Common/Navbar";
import Script from "next/script";
import "../styles/globals.css";

const inter = Inter({ subsets: ["latin"] });
const inter = Manrope({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "SudoBot",
Expand Down

0 comments on commit 56c65fc

Please sign in to comment.