diff --git a/app/components/client/playground-scripts.js b/app/components/client/playground-scripts.js index 1fd78f5..31ccc3b 100644 --- a/app/components/client/playground-scripts.js +++ b/app/components/client/playground-scripts.js @@ -351,7 +351,7 @@ function initCanvas() { // eslint-disable-line ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight, 0, 0, canvasWidth, canvasHeight); ctx.fillStyle = "white"; - ctx.font = "bold 56px Karla"; + ctx.font = "bold 48px 'Inter UI'"; ctx.lineJoin = "round"; ctx.lineWidth = 4; ctx.strokeStyle = "black";