Add font path variable
This commit is contained in:
parent
d2d89124e6
commit
2cc5f349d4
|
@ -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/";
|
||||
|
|
Loading…
Reference in New Issue