font awesome basic configuration

This commit is contained in:
nixa 2016-04-26 11:42:02 +03:00
parent d0412f57ce
commit 0419b2bf59
5 changed files with 17 additions and 4 deletions

View file

@ -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;