diff --git a/demo-shell-ng2/app/theme.scss b/demo-shell-ng2/app/theme.scss
index 5b41ff3b6e..afe0b34b12 100644
--- a/demo-shell-ng2/app/theme.scss
+++ b/demo-shell-ng2/app/theme.scss
@@ -15,6 +15,11 @@
@include mat-core();
+$custom-typography: mat-typography-config(
+ $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
+);
+@include angular-material-typography($custom-typography);
+
$primary: mat-palette($alfresco-accent-orange);
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
diff --git a/demo-shell-ng2/app/vendor.ts b/demo-shell-ng2/app/vendor.ts
index 6a4f03e0d1..8f5a61e124 100644
--- a/demo-shell-ng2/app/vendor.ts
+++ b/demo-shell-ng2/app/vendor.ts
@@ -42,8 +42,6 @@ import 'material-design-icons/iconfont/material-icons.css';
import 'material-design-lite/dist/material.orange-blue.min.css';
import 'material-design-lite/material.js';
-import '../public/css/muli-font.css';
-
import 'ng2-activiti-form/stencils/runtime.adf';
import 'ng2-activiti-form/stencils/runtime.ng1';
diff --git a/demo-shell-ng2/index.html b/demo-shell-ng2/index.html
index 162b46c3ae..bfddacb509 100644
--- a/demo-shell-ng2/index.html
+++ b/demo-shell-ng2/index.html
@@ -6,6 +6,7 @@
+