mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-03 07:13:08 +00:00
Update fonts
This commit is contained in:
parent
44392442f1
commit
fb85bcf8ca
2 changed files with 8 additions and 2 deletions
10
web/css/main.css
vendored
10
web/css/main.css
vendored
|
|
@ -413,6 +413,7 @@ body {
|
|||
height: 36px;
|
||||
background-color: #FFCF9E;
|
||||
opacity: 0.75;
|
||||
font-family: 'Roboto';
|
||||
|
||||
top: 50%;
|
||||
left: 0;
|
||||
|
|
@ -436,7 +437,12 @@ body {
|
|||
|
||||
@font-face {
|
||||
font-family: 'Roboto'; /*a name to be used later*/
|
||||
src: url('/static/fonts/Roboto-thin.ttf'); /*URL to font*/
|
||||
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 {
|
||||
|
|
@ -446,7 +452,7 @@ body {
|
|||
width: 100%;
|
||||
height: 36px; /* 35 + 1 border = 36px */
|
||||
|
||||
font-family: 'Roboto';
|
||||
font-family: '6809';
|
||||
font-size: 19px;
|
||||
/* border-top: 1px dashed blue; */
|
||||
}
|
||||
|
|
|
|||
BIN
web/fonts/Roboto-Regular.ttf
vendored
Normal file
BIN
web/fonts/Roboto-Regular.ttf
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue