diff --git a/distributed/bokeh/template.html b/distributed/bokeh/template.html
index 1667023cb23..c7aa3e2cedc 100644
--- a/distributed/bokeh/template.html
+++ b/distributed/bokeh/template.html
@@ -32,6 +32,10 @@
margin: 0 20%;
}
}
+
+ body {
+ font-family: Helvetica, Arial, sans-serif;
+ }
.dashboard {
clear: both;
}
@@ -60,7 +64,7 @@
.navbar li {
float: left;
- font-size: 18px;
+ font-size: 17px;
transition: .3s background-color;
}