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