8 lines
524 B
XML
8 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<font android:font="@font/inter_regular" android:fontStyle="normal" android:fontWeight="400" />
|
||
|
|
<font android:font="@font/inter_medium" android:fontStyle="normal" android:fontWeight="500" />
|
||
|
|
<font android:font="@font/inter_semibold" android:fontStyle="normal" android:fontWeight="600" />
|
||
|
|
<font android:font="@font/inter_bold" android:fontStyle="normal" android:fontWeight="700" />
|
||
|
|
</font-family>
|