소스 검색

add lighter override to custom.scss to take effect

trwnh 6 년 전
부모
커밋
bd537391df
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      resources/assets/sass/custom.scss

+ 4 - 0
resources/assets/sass/custom.scss

@@ -132,6 +132,10 @@ body, button, input, textarea {
     background-color: rgba(0,0,0,0.5);
 }
 
+.font-weight-lighter {
+    font-weight: 300 !important
+}
+
 .font-weight-ultralight {
     font-weight: 200 !important;
 }