mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-19 09:34:12 +00:00
Remove unused fonts
This commit is contained in:
parent
e10490adda
commit
3bd32715cb
6 changed files with 7 additions and 20 deletions
|
|
@ -1,3 +1,8 @@
|
|||
@font-face {
|
||||
font-family: '6809';
|
||||
src: url('/static/fonts/6809-Chargen.woff2');
|
||||
}
|
||||
|
||||
html {
|
||||
/* force full size for Firefox */
|
||||
width: 100%;
|
||||
|
|
@ -20,10 +25,6 @@ body {
|
|||
width: 556px;
|
||||
height: 286px;
|
||||
|
||||
/*-webkit-box-shadow: inset 0px 0px 2px 2px rgba(219, 222, 222, 1);*/
|
||||
/*-moz-box-shadow: inset 0px 0px 2px 2px rgba(219, 222, 222, 1);*/
|
||||
/*box-shadow: inset 0px 0px 2px 2px rgba(219, 222, 222, 1);*/
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
|
@ -515,7 +516,6 @@ body {
|
|||
height: 36px;
|
||||
background-color: #FFCF9E;
|
||||
opacity: 0.75;
|
||||
font-family: 'Roboto';
|
||||
|
||||
top: 50%;
|
||||
left: 0;
|
||||
|
|
@ -534,16 +534,6 @@ body {
|
|||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto'; /*a name to be used later*/
|
||||
src: url('/static/fonts/Roboto-Regular.ttf'); /*URL to font*/
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: '6809'; /*a name to be used later*/
|
||||
src: url('/static/fonts/6809 chargen.ttf'); /*URL to font*/
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
@ -551,9 +541,8 @@ body {
|
|||
width: 100%;
|
||||
height: 36px; /* 35 + 1 border = 36px */
|
||||
|
||||
font-family: '6809';
|
||||
font-family: '6809', monospace;
|
||||
font-size: 19px;
|
||||
/* border-top: 1px dashed blue; */
|
||||
}
|
||||
|
||||
.menu-item div {
|
||||
|
|
@ -565,8 +554,6 @@ body {
|
|||
top: 5px;
|
||||
width: 226px;
|
||||
height: 25px;
|
||||
|
||||
/* background-color: yellow; */
|
||||
}
|
||||
|
||||
.menu-item div span {
|
||||
|
|
@ -663,7 +650,7 @@ body {
|
|||
display: block;
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
font-family: 'Roboto';
|
||||
font-family: 'Arial', sans-serif;
|
||||
font-size: 15px;
|
||||
|
||||
color: #bababa;
|
||||
|
|
|
|||
Binary file not shown.
BIN
web/fonts/6809-Chargen.woff2
Normal file
BIN
web/fonts/6809-Chargen.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue