diff --git a/ui-ngx/angular.json b/ui-ngx/angular.json
index 3cad30304a..6d186ee012 100644
--- a/ui-ngx/angular.json
+++ b/ui-ngx/angular.json
@@ -59,6 +59,11 @@
"glob": "marker-shadow.png",
"input": "node_modules/leaflet/dist/images/",
"output": "/"
+ },
+ {
+ "glob": "**/*",
+ "input": "node_modules/material-design-icons/iconfont/",
+ "output": "/fonts"
}
],
"styles": [
diff --git a/ui-ngx/src/index.html b/ui-ngx/src/index.html
index 4f2672a518..c591cacfe1 100644
--- a/ui-ngx/src/index.html
+++ b/ui-ngx/src/index.html
@@ -24,6 +24,8 @@
+
+