Added custom font

This commit is contained in:
Viktor De Pasquale 2019-09-30 19:36:51 +02:00
parent a5830599c4
commit b4e1585e2b
5 changed files with 37 additions and 0 deletions

View 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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.