Added custom font
This commit is contained in:
parent
a5830599c4
commit
b4e1585e2b
37
app/src/main/res/font/exo.xml
Normal file
37
app/src/main/res/font/exo.xml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?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/exo_regular"
|
||||||
|
android:fontStyle="normal"
|
||||||
|
android:fontWeight="300"
|
||||||
|
app:font="@font/exo_regular"
|
||||||
|
app:fontStyle="normal"
|
||||||
|
app:fontWeight="300" />
|
||||||
|
|
||||||
|
<font
|
||||||
|
android:font="@font/exo_regular_italic"
|
||||||
|
android:fontStyle="italic"
|
||||||
|
android:fontWeight="300"
|
||||||
|
app:font="@font/exo_regular_italic"
|
||||||
|
app:fontStyle="italic"
|
||||||
|
app:fontWeight="300" />
|
||||||
|
|
||||||
|
<font
|
||||||
|
android:font="@font/exo_bold"
|
||||||
|
android:fontStyle="normal"
|
||||||
|
android:fontWeight="500"
|
||||||
|
app:font="@font/exo_bold"
|
||||||
|
app:fontStyle="normal"
|
||||||
|
app:fontWeight="500" />
|
||||||
|
|
||||||
|
<font
|
||||||
|
android:font="@font/exo_bold_italic"
|
||||||
|
android:fontStyle="italic"
|
||||||
|
android:fontWeight="500"
|
||||||
|
app:font="@font/exo_bold_italic"
|
||||||
|
app:fontStyle="italic"
|
||||||
|
app:fontWeight="500" />
|
||||||
|
|
||||||
|
</font-family>
|
BIN
app/src/main/res/font/exo_bold.ttf
Executable file
BIN
app/src/main/res/font/exo_bold.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/exo_bold_italic.ttf
Executable file
BIN
app/src/main/res/font/exo_bold_italic.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/exo_regular.ttf
Executable file
BIN
app/src/main/res/font/exo_regular.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/exo_regular_italic.ttf
Executable file
BIN
app/src/main/res/font/exo_regular_italic.ttf
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user