Skip to content

Commit 0cb107c

Browse files
committed
move fontsls
1 parent f0f1a13 commit 0cb107c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/assets/sass/_variables.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $brand-warning: #cbb956;
1717
$brand-danger: #bf5329;
1818

1919
// Typography
20+
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
2021
$font-family-sans-serif: "Raleway", sans-serif;
2122
$font-size-base: 14px;
2223
$line-height-base: 1.6;
@@ -35,6 +36,3 @@ $input-color-placeholder: lighten($text-color, 30%);
3536

3637
// Panels
3738
$panel-default-heading-bg: #fff;
38-
39-
// Fonts
40-
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";

0 commit comments

Comments
 (0)