play.component.css 205 Bytes
Newer Older
范雪寒's avatar
范雪寒 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.game-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background-size: cover;
}

#canvas {

}



@font-face
{
  font-family: 'BRLNSDB';
  src: url("../../assets/font/BRLNSDB.TTF") ;
}