We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826200f commit c02ae77Copy full SHA for c02ae77
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