fix flame font weight
This commit is contained in:
parent
62288e2c70
commit
c468d06020
3 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -106,4 +106,5 @@ dist
|
|||
src/temp
|
||||
src/build
|
||||
src/data
|
||||
data
|
||||
data
|
||||
.DS_Store
|
||||
|
|
|
@ -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 {
|
||||
|
|
2
src/themes/flame/css/skeleton.min.css
vendored
2
src/themes/flame/css/skeleton.min.css
vendored
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue