mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
tag pb uses the correct font
This commit is contained in:
parent
38e35a60a9
commit
a4a58a84c3
1 changed files with 1 additions and 0 deletions
|
@ -2438,6 +2438,7 @@ function showResult(difficultyFailed = false) {
|
|||
borderDash: [2, 2],
|
||||
label: {
|
||||
backgroundColor: themeColors.sub,
|
||||
fontFamily: config.fontFamily.replace(/_/g, " "),
|
||||
fontSize: 11,
|
||||
fontStyle: "normal",
|
||||
fontColor: themeColors.bg,
|
||||
|
|
Loading…
Reference in a new issue