Files
memby/app/src/main/res/font/inter_family.xml
T

8 lines
524 B
XML
Raw Normal View History

2026-08-22 20:01:49 +12:00
<?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>