Skip to content

Commit 686a730

Browse files
committed
fix: roboto and roboto mono being swapped
1 parent 266c564 commit 686a730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/ts/constants/fonts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type FontConfig = {
1616

1717
export const Fonts: Record<KnownFontName, FontConfig> = {
1818
Roboto_Mono: {
19-
fileName: "Roboto-Regular.woff2",
19+
fileName: "RobotoMono-Regular.woff2",
2020
},
2121
Noto_Naskh_Arabic: {
2222
fileName: "NotoNaskhArabic-Regular.woff2",
@@ -38,7 +38,7 @@ export const Fonts: Record<KnownFontName, FontConfig> = {
3838
fileName: "JetBrainsMono-Regular.woff2",
3939
},
4040
Roboto: {
41-
fileName: "RobotoMono-Regular.woff2",
41+
fileName: "Roboto-Regular.woff2",
4242
},
4343
Montserrat: {
4444
fileName: "Montserrat-Regular.woff2",

0 commit comments

Comments
 (0)