@font-face {
    font-family: "Komika";
    src: url("../assets/fonts/Komika.ttf");
}
@font-face {
    font-family: "BDCartoonShout";
    src: url("../assets/fonts/BDCartoonShout.ttf");
}
html, body {        
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    padding: 0px auto;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.ng-game {
    font-family: 'BDCartoonShout', sans-serif; 
    position: absolute;   
}.ng-stage {
    font-family: 'Komika', sans-serif; 
    position: absolute;   
}