Fixed font for meme creator
This commit is contained in:
parent
3c400cae64
commit
7d0b093da8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue