build(dependencies): add roboto font

This commit is contained in:
hryb 2017-04-05 13:15:50 +03:00 committed by Lex Zhukov
parent 6e3f8537cd
commit 2d6e848df3
5 changed files with 29 additions and 38 deletions

View file

@ -1,3 +1,4 @@
@import 'sass/conf/conf';
@import 'sass/preloader';
@import 'sass/ionicons';
@import 'sass/fonts';

View file

@ -0,0 +1,3 @@
$roboto-font-path: "~roboto-fontface/fonts/";
@import "~roboto-fontface/css/roboto/sass/roboto-fontface";