From 686a73069db895969730333f433ddd403bd7eba0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 31 Jul 2025 12:54:05 +0200 Subject: [PATCH] fix: roboto and roboto mono being swapped --- frontend/src/ts/constants/fonts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/ts/constants/fonts.ts b/frontend/src/ts/constants/fonts.ts index d2330a22a..67be7228a 100644 --- a/frontend/src/ts/constants/fonts.ts +++ b/frontend/src/ts/constants/fonts.ts @@ -16,7 +16,7 @@ export type FontConfig = { export const Fonts: Record = { 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 = { fileName: "JetBrainsMono-Regular.woff2", }, Roboto: { - fileName: "RobotoMono-Regular.woff2", + fileName: "Roboto-Regular.woff2", }, Montserrat: { fileName: "Montserrat-Regular.woff2",