fix: roboto and roboto mono being swapped

This commit is contained in:
Miodec 2025-07-31 12:54:05 +02:00
parent 266c564400
commit 686a73069d

View file

@ -16,7 +16,7 @@ export type FontConfig = {
export const Fonts: Record<KnownFontName, FontConfig> = {
Roboto_Mono: {
fileName: "Roboto-Regular.woff2",
fileName: "RobotoMono-Regular.woff2",
},
Noto_Naskh_Arabic: {
fileName: "NotoNaskhArabic-Regular.woff2",
@ -38,7 +38,7 @@ export const Fonts: Record<KnownFontName, FontConfig> = {
fileName: "JetBrainsMono-Regular.woff2",
},
Roboto: {
fileName: "RobotoMono-Regular.woff2",
fileName: "Roboto-Regular.woff2",
},
Montserrat: {
fileName: "Montserrat-Regular.woff2",