Skip to content

Commit

Permalink
[chore] #41 폰트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed May 24, 2024
1 parent 831e956 commit b221149
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions app/src/main/java/org/sopt/kream/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,108 +25,108 @@ val Typography =
// Head
val head1Bold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_bold)),
fontFamily = FontFamily(Font(R.font.notosans_bold)),
fontSize = 18.sp,
)
val head2Bold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_bold)),
fontFamily = FontFamily(Font(R.font.notosans_bold)),
fontSize = 15.sp,
)

// Body1
val body1Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 17.sp,
)

// Body2
val body2Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 14.sp,
)
val body2SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 14.sp,
)

// Body3
val body3Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 13.sp,
)
val body3SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 13.sp,
)

// Body4
val body4Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 12.sp,
)
val body4SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 12.sp,
)
val body4Bold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_bold)),
fontFamily = FontFamily(Font(R.font.notosans_bold)),
fontSize = 12.sp,
)

// Body5
val body5Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 11.sp,
)
val body5SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 11.sp,
)

// Body6
val body6Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 10.sp,
)
val body6SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 10.sp,
)

// Body7
val body7Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 9.sp,
)
val body7Bold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_bold)),
fontFamily = FontFamily(Font(R.font.notosans_bold)),
fontSize = 9.sp,
)

// Body8
val body8Regular =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_regular)),
fontFamily = FontFamily(Font(R.font.notosans_regular)),
fontSize = 8.sp,
)
val body8SemiBold =
TextStyle(
fontFamily = FontFamily(Font(R.font.notosanskr_semibold)),
fontFamily = FontFamily(Font(R.font.notosans_semibold)),
fontSize = 8.sp,
)

Expand All @@ -138,15 +138,15 @@ val robotoBold =

val notosanskr =
FontFamily(
Font(R.font.notosanskr_black, FontWeight.Black, FontStyle.Normal),
Font(R.font.notosanskr_bold, FontWeight.Bold, FontStyle.Normal),
Font(R.font.notosanskr_light, FontWeight.Light, FontStyle.Normal),
Font(R.font.notosanskr_extrabold, FontWeight.ExtraBold, FontStyle.Normal),
Font(R.font.notosanskr_extralight, FontWeight.ExtraLight, FontStyle.Normal),
Font(R.font.notosanskr_medium, FontWeight.Medium, FontStyle.Normal),
Font(R.font.notosanskr_regular, FontWeight.Normal, FontStyle.Normal),
Font(R.font.notosanskr_semibold, FontWeight.SemiBold, FontStyle.Normal),
Font(R.font.notosanskr_thin, FontWeight.Thin, FontStyle.Normal),
Font(R.font.notosans_black, FontWeight.Black, FontStyle.Normal),
Font(R.font.notosans_bold, FontWeight.Bold, FontStyle.Normal),
Font(R.font.notosans_light, FontWeight.Light, FontStyle.Normal),
Font(R.font.notosans_extrabold, FontWeight.ExtraBold, FontStyle.Normal),
Font(R.font.notosans_extralight, FontWeight.ExtraLight, FontStyle.Normal),
Font(R.font.notosans_medium, FontWeight.Medium, FontStyle.Normal),
Font(R.font.notosans_regular, FontWeight.Normal, FontStyle.Normal),
Font(R.font.notosans_semibold, FontWeight.SemiBold, FontStyle.Normal),
Font(R.font.notosans_thin, FontWeight.Thin, FontStyle.Normal),
)

val Roboto =
Expand Down
Binary file added app/src/main/res/font/notosans_black.ttf
Binary file not shown.
Binary file modified app/src/main/res/font/notosans_bold.ttf
Binary file not shown.
Binary file added app/src/main/res/font/notosans_extrabold.ttf
Binary file not shown.
Binary file added app/src/main/res/font/notosans_extralight.ttf
Binary file not shown.
Binary file added app/src/main/res/font/notosans_light.ttf
Binary file not shown.
Binary file added app/src/main/res/font/notosans_medium.ttf
Binary file not shown.
Binary file modified app/src/main/res/font/notosans_regular.ttf
Binary file not shown.
Binary file modified app/src/main/res/font/notosans_semibold.ttf
Binary file not shown.
Binary file added app/src/main/res/font/notosans_thin.ttf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_black.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_bold.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_extrabold.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_extralight.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_light.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_medium.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_regular.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_semibold.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notosanskr_thin.otf
Binary file not shown.

0 comments on commit b221149

Please sign in to comment.