Skip to content

Commit

Permalink
bug: added font for shaping
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkim9881 committed Apr 30, 2021
1 parent 165eca4 commit 208e9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 208e9b3

Please sign in to comment.