diff --git a/seeVcam/dashboard/templates/dashboard.html b/seeVcam/dashboard/templates/dashboard.html
index 4c9a7340..7c4b6787 100644
--- a/seeVcam/dashboard/templates/dashboard.html
+++ b/seeVcam/dashboard/templates/dashboard.html
@@ -15,7 +15,7 @@
{% else %}
{# less #}
-
+
{# app.js #}
diff --git a/seeVcam/static/apps/env/local.less b/seeVcam/static/apps/env/local.less
new file mode 100644
index 00000000..8b25c9c9
--- /dev/null
+++ b/seeVcam/static/apps/env/local.less
@@ -0,0 +1,8 @@
+@import "../dashboard/dashboard";
+
+/* new definitions */
+
+/* @overrides */
+
+//** Load fonts from this directory.
+@icon-font-path:"../../bower_components/bootstrap/fonts/";
\ No newline at end of file
diff --git a/seeVcam/static/apps/env/production.less b/seeVcam/static/apps/env/production.less
new file mode 100644
index 00000000..e69de29b