1<?xml version="1.0" encoding="utf-8"?> 2<font-family xmlns:android="http://schemas.android.com/apk/res/android"> 3 <font 4 android:fontStyle="normal" 5 android:fontWeight="400" 6 android:font="@font/vt323_regular" /> 7 <font 8 android:fontStyle="normal" 9 android:fontWeight="700" 10 android:font="@font/vt323_bold" /> 11</font-family> 12