Skip to content

Commit

Permalink
fix: change display font to poppins
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Jan 8, 2024
1 parent e138c37 commit db8f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $red: #ff4136;
$pink: #e03466;

$font-family-main: Inter, system-ui, sans-serif !default;
$font-family-display: Inter, system-ui, sans-serif !default;
$font-family-display: Poppins, Inter, system-ui, sans-serif !default;

/* Currently unused. These will probably be removed in the future. */
$cube-1: #63c5e3;
Expand Down

0 comments on commit db8f8d0

Please sign in to comment.