use the new server preview
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m33s

This commit is contained in:
Lee
2024-04-20 21:26:27 +01:00
parent fcba215522
commit 325fe62569
4 changed files with 6 additions and 41 deletions

Binary file not shown.

View File

@ -1,16 +1,6 @@
import { Inter } from "next/font/google";
import localFont from "next/font/local";
import { NextFont } from "next/dist/compiled/@next/font";
/**
* The default font to use for the site.
*/
export const inter = Inter({ subsets: ["latin"] });
/**
* The Minecraft font to use for the site.
*/
export const minecraft: NextFont = localFont({
src: "../font/Minecraft.otf",
});