From 426d5bf27a076cf605eb120ae516a51967d54089 Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Thu, 26 Apr 2018 08:32:09 -0400 Subject: [PATCH] Specify sans-serif fonts in diagnostic dashboard --- distributed/bokeh/template.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }