Browse Source

fix flame font weight

NhanPT 3 years ago
parent
commit
c468d06020
3 changed files with 4 additions and 3 deletions
  1. 2 1
      .gitignore
  2. 1 1
      src/themes/flame/css/magma.css
  3. 1 1
      src/themes/flame/css/skeleton.min.css

+ 2 - 1
.gitignore

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

+ 1 - 1
src/themes/flame/css/magma.css

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

+ 1 - 1
src/themes/flame/css/skeleton.min.css

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