Dantotsu/app/src/main/res/font/poppins_family.xml
2024-02-06 02:16:10 -06:00

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>