Browse Source

move fontsls

Taylor Otwell 7 years ago
parent
commit
0cb107c84c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      resources/assets/sass/_variables.scss

+ 1 - 3
resources/assets/sass/_variables.scss

@@ -17,6 +17,7 @@ $brand-warning: #cbb956;
 $brand-danger: #bf5329;
 
 // Typography
+$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
 $font-family-sans-serif: "Raleway", sans-serif;
 $font-size-base: 14px;
 $line-height-base: 1.6;
@@ -35,6 +36,3 @@ $input-color-placeholder: lighten($text-color, 30%);
 
 // Panels
 $panel-default-heading-bg: #fff;
-
-// Fonts
-$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";