Skip to content

Commit

Permalink
feat: Change h3 from book weight to bold weight (#1076)
Browse files Browse the repository at this point in the history
* Changed h3 from book to bold

* Changed storybook type page from old h3(book) to new h3(bold)
  • Loading branch information
malworks authored Aug 7, 2023
1 parent 3f30ce9 commit c92ae65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/type.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Headers = () => {
<p>h2 / 32px / 700 (Bold)</p>

<h3>The quick brown fox jumped over the lazy dog.</h3>
<p>h3 / 22px / 400 (Book)</p>
<p>h3 / 22px / 700 (Bold)</p>

<h4>The quick brown fox jumped over the lazy dog.</h4>
<p>h4 / 16px / 700 (Bold)</p>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/sfds/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
h3 {
font-size: 22px;
line-height: normal;
@include heading-book;
@include heading-bold;
}

h4 {
Expand Down

0 comments on commit c92ae65

Please sign in to comment.