Fixed font for meme creator

This commit is contained in:
ポール ウェッブ 2018-10-09 10:50:22 -05:00
parent 3c400cae64
commit 7d0b093da8

View file

@ -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";