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;