From ae2ad2199688cdb46c3b573196d713da39df0378 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Sun, 14 Apr 2019 08:49:05 +0200 Subject: [PATCH] Use correct path --- web/style/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style/app.scss b/web/style/app.scss index b4a6c24..063c6a4 100644 --- a/web/style/app.scss +++ b/web/style/app.scss @@ -1,5 +1,5 @@ // styles in src/style directory are applied to the whole page -@import 'assets/opensans100-roboto300'; +@import '../public/fonts/opensans100-roboto300'; @import '../../node_modules/angular2-toaster/toaster'; @import "themes/themes"; @import "components/ibox";