Skip to content

Commit

Permalink
Remove duplicate fallback properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Oct 4, 2024
1 parent 72887f4 commit a599f72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/core/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
Theme settings
========================================================================== */
:root {
--font-stack-source-sans-pro: "Source Sans Pro Web", "Helvetica Neue", "Helvetica",
"Roboto", "Arial", sans-serif;
font-display: fallback;
--font-stack-source-sans-pro: "Source Sans Pro Web", "Helvetica Neue",
"Helvetica", "Roboto", "Arial", sans-serif;
--font-stack-public-sans: "Public Sans Web", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
Expand All @@ -21,7 +20,6 @@
Source Sans Pro Web
========================================================================== */
@font-face {
font-display: fallback;
font-family: "Source Sans Pro Web";
font-style: normal;
font-weight: 300;
Expand Down

0 comments on commit a599f72

Please sign in to comment.