blob: 4b45b8e7c28903347f705d49b58e0b55a034bcd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font
android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/robotoregular" />
<font
android:fontStyle="normal"
android:fontWeight="500"
android:font="@font/robotomedium" />
<font
android:fontStyle="normal"
android:fontWeight="700"
android:font="@font/robotobold" />
</font-family>
|