Update fonts

This commit is contained in:
giongto35 2020-04-16 18:28:13 +08:00
parent 44392442f1
commit fb85bcf8ca
2 changed files with 8 additions and 2 deletions

10
web/css/main.css vendored
View file

@ -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

Binary file not shown.