Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
11
app/src/main/res/font/poppins_family.xml
Normal file
11
app/src/main/res/font/poppins_family.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400"
|
||||
app:font="@font/poppins" />
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="600"
|
||||
app:font="@font/poppins_bold" />
|
||||
</font-family>
|
Loading…
Add table
Add a link
Reference in a new issue