Skip to content

Commit

Permalink
style: adds fallback stack for heading-font (#2008)
Browse files Browse the repository at this point in the history
* style: adds fallback stack for heading-font

* fix: hello linter my old friend

* style: add Inter as first fallback
  • Loading branch information
pixelflips authored and kajabi-bot committed Oct 18, 2024
1 parent 59d80eb commit 780ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


// Font definitions
$-heading-font: "GreetStandard";
$-heading-font: "GreetStandard", "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif;
$-body-font-stack: "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif;
$-body-margin-bottom: sage-spacing(xs);
$-headings-margin-bottom: sage-spacing(sm);
Expand Down

0 comments on commit 780ae12

Please sign in to comment.