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