Browse Source

Add font path variable

Ahmed M. Ammar 8 years ago
parent
commit
2cc5f349d4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/assets/sass/_variables.scss

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

@@ -35,3 +35,6 @@ $input-color-placeholder: lighten($text-color, 30%);
 
 // Panels
 $panel-default-heading-bg: #fff;
+
+// Fonts
+$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";