Skip to content

Commit 8e99db4

Browse files
committed
Removed Safari/Chrome workaround for system fonts
See https://code.djangoproject.com/ticket/34592
1 parent 476b5ce commit 8e99db4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/* Variable definitions */
22
:root {
33
/* Font families are the same as in Django admin/css/base.css */
4-
--djdt-font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI",
5-
system-ui, Roboto, "Helvetica Neue", Arial, sans-serif,
6-
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
7-
"Noto Color Emoji";
4+
--djdt-font-family-primary: "Segoe UI", system-ui, Roboto, "Helvetica Neue",
5+
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
6+
"Segoe UI Symbol", "Noto Color Emoji";
87
--djdt-font-family-monospace: ui-monospace, Menlo, Monaco, "Cascadia Mono",
98
"Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace",
109
"Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New",

0 commit comments

Comments
 (0)