diff --git a/js/view.js b/js/view.js index aeecc81da..a31e9af9f 100644 --- a/js/view.js +++ b/js/view.js @@ -6,7 +6,7 @@ function easeOutCubic(t, b, c, d) { function renderText(x, y, fontSize, color, text, font) { ctx.save(); if (!font) { - var font = '20px Exo'; + var font = 'px Exo'; } fontSize *= settings.scale;