Skip to content

Commit

Permalink
Update fallback fonts for typography consistency (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 22, 2025
1 parent 3072725 commit f3b53d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/custom-props/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
--navTabBorderWidth: 2px;

/* Font Families */
--defaultFontFamily: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif,
--defaultFontFamily: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji";
--sansFontFamily: "Lato", sans-serif;
--sansFontFamily: "Lato", ui-sans-serif, system-ui, sans-serif;
--monoFontFamily: "Inconsolata Variable", Menlo, Courier, monospace;

/* Typography */
Expand Down

0 comments on commit f3b53d5

Please sign in to comment.