OMORI_Android/www.sc/fonts/gamefont.css
2024-09-23 01:10:28 +03:00

52 lines
No EOL
896 B
CSS

@font-face {
font-family: GameFont;
src: url("XiaolaiSC-Regular.ttf");
}
@font-face {
font-family: GameFontKR;
src: url("XiaolaiSC-Regular.ttf");
}
@font-face {
font-family: GameFontsc;
src: url("XiaolaiSC-Regular.ttf");
}
body {
overflow: hidden;
}
#fpsCounterBox {
position: absolute;
left: 5px;
top: 5px;
width: 90px;
height: 40px;
background: #222;
opacity: 0.8;
z-index: 8;
}
#fpsCounterLabel {
position: absolute;
top: 0px;
left: 0px;
padding: 5px 10px;
height: 30px;
line-height: 32px;
font-size: 24px;
font-family: GameFont;
color: #fff;
text-align: left;
}
#fpsCounterNumber {
position: absolute;
top: 0px;
right: 0px;
padding: 5px 10px;
height: 30px;
line-height: 30px;
font-size: 28px;
font-family: GameFont;
color: #fff;
text-align: right;
}