diff --git a/web/app/css/styles.css b/web/app/css/styles.css
index f83795c212008..4fc9591ff6f79 100644
--- a/web/app/css/styles.css
+++ b/web/app/css/styles.css
@@ -1,9 +1,6 @@
-/* material-ui uses Roboto */
-@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,300,400|Roboto+Mono");
-
:root {
--linkblue: #2196f3;
- --font-stack: 'Roboto', 'Lato', helvetica, arial, sans-serif;
+ --font-stack: 'Roboto', helvetica, arial, sans-serif;
}
body {
diff --git a/web/templates/includes/base.tmpl.html b/web/templates/includes/base.tmpl.html
index 7e80b42bb454e..f9b67f6edd922 100644
--- a/web/templates/includes/base.tmpl.html
+++ b/web/templates/includes/base.tmpl.html
@@ -8,7 +8,8 @@
-
+
+
{{ template "script-tags" . }}