fix: correct font path casing for FLUXGORE in fonts.ts
This commit is contained in:
+3
-1
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user