Skip to content

Commit

Permalink
Removed Safari/Chrome workaround for system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 24, 2023
1 parent 476b5ce commit 8e99db4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions debug_toolbar/static/debug_toolbar/css/toolbar.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/* Variable definitions */
:root {
/* Font families are the same as in Django admin/css/base.css */
--djdt-font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI",
system-ui, Roboto, "Helvetica Neue", Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
--djdt-font-family-primary: "Segoe UI", system-ui, Roboto, "Helvetica Neue",
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
--djdt-font-family-monospace: ui-monospace, Menlo, Monaco, "Cascadia Mono",
"Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace",
"Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New",
Expand Down

0 comments on commit 8e99db4

Please sign in to comment.