Skip to content

Commit

Permalink
feat(ui-kit): 타이포그래피 디자인 변경사항 반영 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon authored Dec 7, 2020
1 parent 6c5b954 commit d4e5742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui-kit/src/sass/utils/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
}

@include _typography('h1', 42px, 63px);
@include _typography('h1', 42px, 64px);
@include _typography('h2', 32px, 48px);
@include _typography('h3', 28px, 42px);
@include _typography('h4', 26px, 40px);
@include _typography('h5', 24px, 36px);
@include _typography('h6', 20px, 30px);
@include _typography('subtitle', 18px, 31px);
@include _typography('subtitle', 18px, 30px);
@include _typography('content', 16px, 28px);
@include _typography('content2', 15px, 26px);
@include _typography('caption', 12px, 21px);
@include _typography('content2', 14px, 24px);
@include _typography('caption', 12px, 20px);

0 comments on commit d4e5742

Please sign in to comment.