浏览代码

Add lower weight option

Stasiek Michalski 7 年之前
父节点
当前提交
3550c0b94c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      resources/assets/sass/custom.scss

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

@@ -151,3 +151,7 @@ body, button, input, textarea {
     height: 100%;
     background-color: rgba(0,0,0,0.5);
 }
+
+.font-weight-ultralight {
+    font-weight: 200 !important;
+}