소스 검색

adjust font-weight

Yuki Takei 7 년 전
부모
커밋
985c41e797
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/client/styles/agile-admin/inverse/eliteadmin.scss

+ 2 - 2
src/client/styles/agile-admin/inverse/eliteadmin.scss

@@ -12,7 +12,7 @@ body {
   margin: 0;
   margin: 0;
   overflow-x: hidden;
   overflow-x: hidden;
   color: $bodytext;
   color: $bodytext;
-  font-weight:300;
+  font-weight:400;
 }
 }
 html {
 html {
     position: relative;
     position: relative;
@@ -23,7 +23,7 @@ h1, h2, h3, h4, h5, h6 {
   color: $headingtext;
   color: $headingtext;
   font-family: $basefont2;
   font-family: $basefont2;
   margin: 10px 0;
   margin: 10px 0;
-  font-weight:300;
+  font-weight:400;
 }
 }
 h1 {
 h1 {
   line-height: 48px;
   line-height: 48px;