폰트 이름 변경

pretendard_bold -> bold
pretendard_regular -> regular
pretendard_medium -> medium
pretendard_light -> light
This commit is contained in:
2026-01-22 22:55:14 +09:00
parent 00941d8082
commit 6cb89ef09f
285 changed files with 1552 additions and 1553 deletions

View File

@@ -66,7 +66,7 @@ class CharacterCommentReportBottomSheet : BottomSheetDialogFragment() {
setTextSize(TypedValue.COMPLEX_UNIT_SP, 16f)
// 폰트: pretendard_regular
try {
typeface = ResourcesCompat.getFont(context, R.font.pretendard_regular)
typeface = ResourcesCompat.getFont(context, R.font.regular)
} catch (_: Exception) { /* 폰트 미존재 대비 안전 처리 */
}
// 항목 간 간격: 기존 paddingVertical 12dp의 1.3배 -> 15.6dp