Skip to content

Commit eca4b3b

Browse files
authored
Merge pull request #4778 from edg2s/patch-1
notifier: Use full font stack as elsewhere
2 parents 8241637 + bb7668d commit eca4b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/_notifier.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.plotly-notifier {
2-
font-family: 'Open Sans'; // Because not all contexts have this specified.
2+
font-family: 'Open Sans', verdana, arial, sans-serif; // Because not all contexts have this specified.
33
position: fixed;
44
top: 50px;
55
right: 20px;

0 commit comments

Comments
 (0)