From a386efefdae6fb37e0e46486af930d106741e02b Mon Sep 17 00:00:00 2001 From: Ryan Hawkins Date: Tue, 15 Oct 2024 19:48:18 -0400 Subject: [PATCH] make the admin panel font a bit nicer :) --- app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 69efb75..0f31cd3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,12 +1,12 @@ import { LoginButton } from "@/components/common/auth/LoginButton"; import { Metadata } from "next"; -import { Comic_Neue } from "next/font/google"; +import { Sixtyfour_Convergence } from "next/font/google"; import { Card, Flex, Heading, Text } from "@radix-ui/themes"; import styles from "./home.module.css"; -const comicNeue = Comic_Neue({ subsets: ["latin"], weight: "700" }); +const sixtyfourConvergence = Sixtyfour_Convergence({ subsets: ["latin"], weight: "700" }); export default function Home() { return ( @@ -17,7 +17,7 @@ export default function Home() { > - + Revolt Admin Panel