Home | History | Annotate | Download | only in font
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <font-family xmlns:android="http://schemas.android.com/apk/res/android"
      3              xmlns:app="http://schemas.android.com/apk/res-auto">
      4     <font app:fontStyle="normal" app:fontWeight="400" app:font="@font/large_a"
      5           android:fontStyle="normal" android:fontWeight="400" android:font="@font/large_a" />
      6     <font app:fontStyle="italic" app:fontWeight="400" app:font="@font/large_b"
      7           android:fontStyle="italic" android:fontWeight="400" android:font="@font/large_b" />
      8     <font app:fontStyle="normal" app:fontWeight="700" app:font="@font/large_c"
      9           android:fontStyle="normal" android:fontWeight="700" android:font="@font/large_c" />
     10     <font app:fontStyle="italic" app:fontWeight="700" app:font="@font/large_d"
     11           android:fontStyle="italic" android:fontWeight="700" android:font="@font/large_d" />
     12 </font-family>
     13