Yevhen Romanenko
3 years ago
20 changed files with 71 additions and 10 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,37 @@
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<font-family xmlns:tools="http://schemas.android.com/tools" |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
tools:ignore="UnusedAttribute"> |
||||
<font |
||||
android:fontStyle="normal" |
||||
android:fontWeight="400" |
||||
android:font="@font/gilroy_regular" |
||||
app:fontStyle="normal" |
||||
app:fontWeight="400" |
||||
app:font="@font/gilroy_regular" /> |
||||
|
||||
<font |
||||
android:fontStyle="normal" |
||||
android:fontWeight="500" |
||||
android:font="@font/gilroy_medium" |
||||
app:fontStyle="normal" |
||||
app:fontWeight="500" |
||||
app:font="@font/gilroy_medium" /> |
||||
|
||||
<font |
||||
android:fontStyle="normal" |
||||
android:fontWeight="600" |
||||
android:font="@font/gilroy_semibold" |
||||
app:fontStyle="normal" |
||||
app:fontWeight="600" |
||||
app:font="@font/gilroy_semibold" /> |
||||
|
||||
<font |
||||
android:fontStyle="normal" |
||||
android:fontWeight="700" |
||||
android:font="@font/gilroy_bold" |
||||
app:fontStyle="normal" |
||||
app:fontWeight="700" |
||||
app:font="@font/gilroy_bold" /> |
||||
</font-family> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
module.exports = { |
||||
assets: ['./src/assets/fonts'], |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue