fix: correct font path casing for FLUXGORE in fonts.ts

This commit is contained in:
2025-07-20 20:52:54 +09:00
parent e2c0d97a65
commit 3c93956ae6
+3 -1
View File
@@ -1,11 +1,13 @@
import localfont from "next/font/local"; import localfont from "next/font/local";
const fluxgore = localfont({ const fluxgore = localfont({
src: "../fonts/fluxgore/fluxgore_italic.otf", src: "../fonts/FLUXGORE/fluxgore_italic.otf",
weight: "400", weight: "400",
style: "italic", style: "italic",
}); });
const gothampro = localfont({ const gothampro = localfont({
src: [ src: [
{ {