aboutsummaryrefslogtreecommitdiff
path: root/angular.json
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-27 13:11:36 +0200
committerPhil <phil.buschmann@tum.de>2018-06-27 13:11:36 +0200
commitda35c827784ee689f638eb31525142f4aaa5027a (patch)
treecda8ee7a5606b9546ef7afa8b93f580dd1b228b8 /angular.json
parentde6217c4b4ed2194ea49db1b61f527cd8dc49f63 (diff)
downloadgnunet-webui-master.tar.gz
gnunet-webui-master.zip
fix local host fontsHEADmaster
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 },