Skip to content

Commit 4398203

Browse files
committed
Change arial to verdana and always use sans serif verdana
1 parent b52f17b commit 4398203

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dash/dash-renderer/src/components/error/CallbackGraph/CallbackGraphContainer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
box-sizing: border-box;
2727
background: rgba(255, 255, 255, 0.9);
2828
border: 2px solid #ccc;
29-
font-family: 'Arial', sans-serif;
29+
font-family: Verdana, sans-serif;
3030
}
3131

3232
.dash-callback-dag--message {
@@ -36,7 +36,7 @@
3636
align-items: center;
3737
height: 100%;
3838
line-height: 2em;
39-
font-family: 'Arial', sans-serif;
39+
font-family: Verdana, sans-serif;
4040
}
4141

4242
.dash-callback-dag--layoutSelector {

dash/dash-renderer/src/components/error/CallbackGraph/CallbackGraphContainerStylesheet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const stylesheet = [
33
selector: '*',
44
style: {
55
'font-size': 12,
6-
'font-family': '"Arial", sans-serif'
6+
'font-family': 'Verdana, sans-serif'
77
}
88
},
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
right: 8px;
107107
display: flex;
108108
flex-direction: column;
109-
font-family: Verdana;
109+
font-family: Verdana, sans-serif;
110110
font-size: 14px;
111111
justify-content: center;
112112
align-items: center;

0 commit comments

Comments
 (0)