new font
All checks were successful
Deploy SSR / deploy (push) Successful in 1m10s

This commit is contained in:
Lee 2024-09-12 19:16:13 +01:00
parent e8d864e531
commit 39a443ffff
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

@ -10,7 +10,7 @@ import { TooltipProvider } from "../components/ui/tooltip";
import "./globals.css"; import "./globals.css";
const siteFont = localFont({ const siteFont = localFont({
src: "./fonts/RobotoMono-Regular.ttf", src: "./fonts/JetBrainsMono-Regular.woff2",
weight: "100 900", weight: "100 900",
}); });