fix flame font weight

This commit is contained in:
NhanPT 2022-05-13 21:14:48 +07:00
parent 62288e2c70
commit c468d06020
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -106,4 +106,5 @@ dist
src/temp
src/build
src/data
data
data
.DS_Store

View file

@ -65,7 +65,7 @@ body {
margin-left: 0.5em !important;
display: inline-block;
vertical-align: bottom !important;
font-weight: bold;
font-weight: 500;
}
.group-items .icon-container {

View file

@ -177,7 +177,7 @@ body {
font-size: 1.5em;
line-height: 1.6;
font-weight: 400;
font-family: HelveticaNeue Light, "Helvetica Neue Light", Helvetica, Arial Light, sans-serif;
font-family: Arial Light, HelveticaNeue Light, "Helvetica Neue Light", Helvetica, sans-serif;
color: #222
}