From 208e9b361f3e0619489bc856b0dd10c49beea2dc Mon Sep 17 00:00:00 2001 From: jacobkim9881 Date: Fri, 30 Apr 2021 09:12:29 +0900 Subject: [PATCH] bug: added font for shaping --- functions/card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/card.js b/functions/card.js index 831b499..68e824c 100644 --- a/functions/card.js +++ b/functions/card.js @@ -5,6 +5,7 @@ function getObj() { obj.id = 'card-obj-playing'; obj.style.width = 0 + 'px'; obj.style.height = 0 + 'px'; + obj.style.fontFamily = 'sans-serif'; document.body.appendChild(obj); // return obj; }