We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 826200f + c02ae77 commit 3b4b621Copy full SHA for 3b4b621
js/view.js
@@ -6,7 +6,7 @@ function easeOutCubic(t, b, c, d) {
6
function renderText(x, y, fontSize, color, text, font) {
7
ctx.save();
8
if (!font) {
9
- var font = '20px Exo';
+ var font = 'px Exo';
10
}
11
12
fontSize *= settings.scale;
0 commit comments