Browse Source

working on sass

Taylor Otwell 7 years ago
parent
commit
abe35a095c

File diff suppressed because it is too large
+ 1 - 1
public/css/app.css


File diff suppressed because it is too large
+ 0 - 0
public/css/app.css.map


+ 1 - 1
resources/assets/sass/app.scss

@@ -1,5 +1,5 @@
 
-@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
+@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
 
 @import "variables";
 @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";

+ 1 - 1
resources/assets/sass/variables.scss

@@ -19,7 +19,7 @@ $brand-warning: #cbb956;
 $brand-danger:  #bf5329;
 
 // Typography
-$font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
+$font-family-sans-serif: "Raleway", sans-serif;
 $font-size-base: 14px;
 $line-height-base: 1.6;
 $text-color: #636b6f;

Some files were not shown because too many files changed in this diff