tag pb uses the correct font

This commit is contained in:
Miodec 2021-02-24 14:53:24 +00:00
parent 38e35a60a9
commit a4a58a84c3

View file

@ -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,