aboutsummaryrefslogtreecommitdiff
path: root/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'angular.json')
-rw-r--r--angular.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/angular.json b/angular.json
index b396b5d..29b717b 100644
--- a/angular.json
+++ b/angular.json
@@ -27,7 +27,9 @@
27 "src/assets" 27 "src/assets"
28 ], 28 ],
29 "styles": [ 29 "styles": [
30 "src/styles.scss" 30 "src/styles.scss",
31 "./node_modules/font-awesome/css/font-awesome.css",
32 "./node_modules/roboto-fontface/css/roboto/roboto-fontface.css"
31 ], 33 ],
32 "scripts": [] 34 "scripts": []
33 }, 35 },