mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 21:16:10 +08:00
fix: roboto and roboto mono being swapped
This commit is contained in:
parent
266c564400
commit
686a73069d
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue