From 7d0b093da81acbdb0207e59264fa8444ece3ff64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 9 Oct 2018 10:50:22 -0500 Subject: [PATCH] Fixed font for meme creator --- app/components/client/playground-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/client/playground-scripts.js b/app/components/client/playground-scripts.js index 1fd78f5..31ccc3b 100644 --- a/app/components/client/playground-scripts.js +++ b/app/components/client/playground-scripts.js @@ -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";