Skip to content

Commit 517346f

Browse files
committed
Add additional css override for font
1 parent 77b0b0e commit 517346f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dash/dash-renderer/src/components/error/menu/VersionInfo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
text-decoration: none;
1010
cursor: pointer;
1111
display: flex;
12-
font-family: Verdana sans-serif;
12+
font-family: Verdana, sans-serif !important;
1313
}
1414

1515
.dash-debug-menu__upgrade-tooltip:after {
@@ -28,6 +28,7 @@
2828
border: 1px solid #864ad433;
2929
color: #7f4bc4;
3030
margin-left: 10px;
31+
font-family: Verdana, sans-serif !important;
3132
cursor: pointer;
3233
}
3334

0 commit comments

Comments
 (0)