Add fallback font

This commit is contained in:
LoveEevee
2018-10-12 21:21:21 +03:00
parent f80565f25b
commit fecf4d86b6
6 changed files with 13 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ class Scoresheet{
this.canvas = document.getElementById("canvas")
this.ctx = this.canvas.getContext("2d")
this.font = "TnT"
this.font = "TnT, Meiryo, sans-serif"
this.state = {
screen: "fadeIn",
screenMS: this.getMS(),