body { font-family: sans-serif; font-weight: lighter; padding: 0; margin: 0; /*background-image: url("tile.png");*/ background-color: black; background-size: 2%; } @font-face { font-family: 'MainTextFont'; src: url('resources/fonts/SourceSansPro-Regular.ttf'); font-weight: normal; font-style: normal; } @font-face{ font-family: 'MainTextFont'; font-style: normal; font-stretch: normal; font-weight: normal; src: url('resources/fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), url('resources/fonts/SourceSansPro-Regular.otf.woff') format('woff'), url('resources/fonts/SourceSansPro-Regular.otf') format('opentype'), url('resources/fonts/SourceSansPro-Regular.ttf') format('truetype'); } /*Контейнер для подгрузки шрифта*/ .fontLoader { position: absolute; left: -1000px; } /*Контейнер для вывода Phaser*/ .canvas { position: relative; display: block; margin: auto; } #turn{ width:100%; height:100%; position:fixed; top:0px; left:0px; background-color:black; background-image:url('resources/orientation/playportrait.png'); background-repeat:no-repeat; background-position: center center; display:none; }