Skip to content

Commit

Permalink
Merge pull request #12 from Nexters/feature/add-heading-sm-type
Browse files Browse the repository at this point in the history
add heading-sm typography
  • Loading branch information
eshc123 authored Jul 31, 2024
2 parents 950e165 + 9f9f969 commit 88c8b33
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ object MissionMateTypography {
fontWeight = FontWeight.Normal
)

private val heading_sm = DefaultTextStyle.copy(
fontSize = 30.sp,
lineHeight = 40.sp
)

val heading_sm_bold = heading_sm.copy(
fontWeight = FontWeight.Bold
)

val heading_sm_regular = heading_sm.copy(
fontWeight = FontWeight.Normal
)

private val title_xl = DefaultTextStyle.copy(
fontSize = 24.sp,
lineHeight = 34.sp
Expand Down

0 comments on commit 88c8b33

Please sign in to comment.