yes
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m1s

This commit is contained in:
Braydon 2024-04-19 10:55:08 -04:00
parent 1244b6d142
commit c6f118d629

@ -11,5 +11,5 @@ export const notoSans: NextFont = Noto_Sans({ subsets: ["latin"] });
* The Minecraft font to use for the site. * The Minecraft font to use for the site.
*/ */
export const minecrafter: NextFont = localFont({ export const minecrafter: NextFont = localFont({
src: "../font/Minecrafter.ttf", src: "../font/Minecrafter.ttf",
}); });