From bb7668d2553bf9ffc325b6c21425aca8801bc78c Mon Sep 17 00:00:00 2001 From: Ed S Date: Mon, 20 Apr 2020 20:10:20 +0100 Subject: [PATCH] notifier: Use full font stack as elsewhere --- src/css/_notifier.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/_notifier.scss b/src/css/_notifier.scss index 94081cc3065..c0b6e169fdf 100644 --- a/src/css/_notifier.scss +++ b/src/css/_notifier.scss @@ -1,5 +1,5 @@ .plotly-notifier { - font-family: 'Open Sans'; // Because not all contexts have this specified. + font-family: 'Open Sans', verdana, arial, sans-serif; // Because not all contexts have this specified. position: fixed; top: 50px; right: 20px;