11 lines
No EOL
336 B
XML
11 lines
No EOL
336 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<font
|
|
app:font="@font/poppins"
|
|
app:fontStyle="normal"
|
|
app:fontWeight="400" />
|
|
<font
|
|
app:font="@font/poppins_bold"
|
|
app:fontStyle="normal"
|
|
app:fontWeight="600" />
|
|
</font-family> |