Skip to content

Commit

Permalink
Merge pull request #1978 from Kajabi/style/button-font-update
Browse files Browse the repository at this point in the history
style: updates button font family to Greet
  • Loading branch information
anechol authored Sep 13, 2024
2 parents a3c01c0 + 879c4d7 commit 9c0ad2b
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 9c0ad2b

Please sign in to comment.