Explorar el Código

Add lower weight option

Stasiek Michalski hace 7 años
padre
commit
3550c0b94c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
+}