From 7c2b4039edd3de63a7ffcb4e504bcd903fcbeeb0 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 4 Mar 2018 20:11:35 +0000 Subject: [PATCH] Fix issue with fontawesome --- client/.angular-cli.json | 1 + client/src/styles.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.angular-cli.json b/client/.angular-cli.json index c43db47..aa93b1f 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -16,6 +16,7 @@ "testTsconfig": "tsconfig.spec.json", "prefix": "app", "styles": [ + "../node_modules/font-awesome/css/font-awesome.css", "styles.css" ], "scripts": [ diff --git a/client/src/styles.css b/client/src/styles.css index 285c159..2e9e6c2 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -1,5 +1,4 @@ @import 'assets/css/style.css'; -@import "~font-awesome/css/font-awesome.css"; @import '~ng2-toasty/bundles/style.css'; @import '~ng2-toasty/bundles/style-bootstrap.css'; @import '~simple-line-icons/css/simple-line-icons.css';