diff --git a/game.js b/game.js index ab0534d..ab50010 100644 --- a/game.js +++ b/game.js @@ -2614,7 +2614,7 @@ function wK() { if (cM.wf(), kG.bH(), qL.bH(), wg.bH(), wh.bH(), bN.fv()) { if (settings.displayWinCounter) { const size = Math.floor(wN.ak * 0.03); - bI.font = q.kG.ft(1, size); + bI.font = q.r.ft(1, size); bI.fillStyle = "#ffffff"; const text = "Win count: " + wins_counter; const textLength = bI.measureText(text).width; diff --git a/index.html b/index.html index 99cf184..309b96e 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ - +