• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 android:fontStyle="normal" android:fontWeight="400" android:font="@font/samplefont"
5          app:fontStyle="normal" app:fontWeight="400" app:font="@font/samplefont" />
6    <font android:fontStyle="italic" android:fontWeight="400" android:font="@font/samplefont2"
7          app:fontStyle="italic" app:fontWeight="400" app:font="@font/samplefont2" />
8    <font android:fontStyle="normal" android:fontWeight="800" android:font="@font/samplefont3"
9          app:fontStyle="normal" app:fontWeight="800" app:font="@font/samplefont3"/>
10    <font android:fontStyle="italic" android:fontWeight="800" android:font="@font/samplefont4"
11          app:fontStyle="italic" app:fontWeight="800" app:font="@font/samplefont4"/>
12</font-family>