Skip to content

Commit

Permalink
style: updates button font family
Browse files Browse the repository at this point in the history
  • Loading branch information
anechol authored and kajabi-bot committed Sep 16, 2024
1 parent 79d0dd0 commit 95af833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $-btn-loading-min-height: rem(36px);
align-items: center;
justify-self: flex-start;
padding: $-btn-base-padding-block $-btn-base-padding-inline;
font-family: $-heading-font;
text-align: left; // Prevents text alignment issue when inner text is truncated
border-width: 1px;
border-style: solid;
Expand Down
1 change: 1 addition & 0 deletions packages/sage-assets/lib/stylesheets/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


// Font definitions
$-heading-font: "GreetStandard";
$-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 95af833

Please sign in to comment.