KOIN 설정 적용
This commit is contained in:
17
app/src/main/res/font/font.xml
Normal file
17
app/src/main/res/font/font.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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-family>
|
BIN
app/src/main/res/font/gmarket_sans_bold.ttf
Normal file
BIN
app/src/main/res/font/gmarket_sans_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/gmarket_sans_light.ttf
Normal file
BIN
app/src/main/res/font/gmarket_sans_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/gmarket_sans_medium.ttf
Normal file
BIN
app/src/main/res/font/gmarket_sans_medium.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user