폰트 이름 변경

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

@@ -30,7 +30,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:text="@string/screen_service_center_logo_label"
android:textColor="@color/color_eeeeee"
android:textSize="20sp" />
@@ -50,7 +50,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawablePadding="13.3dp"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:text="@string/screen_service_center_kakao"
android:textColor="@color/black"
android:textSize="13.3sp"
@@ -67,7 +67,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:text="@string/screen_service_center_faq_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" />