mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
font awesome basic configuration
This commit is contained in:
parent
d0412f57ce
commit
0419b2bf59
5 changed files with 17 additions and 4 deletions
2
src/app/theme/sass/_fonts.scss
Normal file
2
src/app/theme/sass/_fonts.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// TODO: is this the best way to resolve modules' paths to the file?
|
||||
@import "../../../../node_modules/font-awesome/scss/font-awesome.scss";
|
||||
|
|
@ -56,4 +56,8 @@ $font-thin: 100;
|
|||
$font-light: 300;
|
||||
$font-normal: 400;
|
||||
$font-bold: 700;
|
||||
$font-ultraBold: 900;
|
||||
$font-ultraBold: 900;
|
||||
|
||||
// overrides default font awesome fonts path
|
||||
// not needed in case of copying fonts into assets path
|
||||
$fa-font-path: $fonts-root;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@import "sass/conf/conf";
|
||||
@import "sass/fonts";
|
||||
@import "sass/bootstrap-overrides/overrides";
|
||||
|
||||
@import "sass/blur-admin-theme";
|
||||
|
|
@ -7,4 +8,4 @@
|
|||
@import "sass/layout";
|
||||
@import "sass/preloader";
|
||||
@import "sass/socicon";
|
||||
@import "sass/table";
|
||||
@import "sass/table";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue