fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<font
|
||||
android:font="@font/gmarket_sans_bold"
|
||||
app:font="@font/gmarket_sans_bold" />
|
||||
|
||||
<font
|
||||
android:font="@font/gmarket_sans_light"
|
||||
app:font="@font/gmarket_sans_light" />
|
||||
|
||||
<font
|
||||
android:font="@font/gmarket_sans_medium"
|
||||
app:font="@font/gmarket_sans_medium" />
|
||||
|
||||
<font
|
||||
android:font="@font/pretendard_bold"
|
||||
app:font="@font/pretendard_bold" />
|
||||
|
||||
<font
|
||||
android:font="@font/pretendard_light"
|
||||
app:font="@font/pretendard_light" />
|
||||
|
||||
<font
|
||||
android:font="@font/pretendard_medium"
|
||||
app:font="@font/pretendard_medium" />
|
||||
|
||||
<font
|
||||
android:font="@font/pretendard_regular"
|
||||
app:font="@font/pretendard_regular" />
|
||||
|
||||
</font-family>
|
||||
Reference in New Issue
Block a user