move fontsls
This commit is contained in:
parent
f0f1a13f61
commit
0cb107c84c
|
@ -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/";
|
||||
|
|
Loading…
Reference in New Issue