We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c564 commit 686a730Copy full SHA for 686a730
frontend/src/ts/constants/fonts.ts
@@ -16,7 +16,7 @@ export type FontConfig = {
16
17
export const Fonts: Record<KnownFontName, FontConfig> = {
18
Roboto_Mono: {
19
- fileName: "Roboto-Regular.woff2",
+ fileName: "RobotoMono-Regular.woff2",
20
},
21
Noto_Naskh_Arabic: {
22
fileName: "NotoNaskhArabic-Regular.woff2",
@@ -38,7 +38,7 @@ export const Fonts: Record<KnownFontName, FontConfig> = {
38
fileName: "JetBrainsMono-Regular.woff2",
39
40
Roboto: {
41
- fileName: "RobotoMono-Regular.woff2",
+ fileName: "Roboto-Regular.woff2",
42
43
Montserrat: {
44
fileName: "Montserrat-Regular.woff2",
0 commit comments