View difference between Paste ID: KtF80vA7 and Q2u52FRn
SHOW: | | - or go back to the newest paste.
1
<!-- font/lato.xml -->
2
<?xml version="1.0" encoding="utf-8"?>
3
<font-family
4
    xmlns:android="http://schemas.android.com/apk/res/android"
5
    xmlns:app="http://schemas.android.com/apk/res-auto">
6
7
    <!-- regular -->
8
    <font
9
        android:font="@font/lato_regular"
10
        android:fontStyle="normal"
11
        android:fontWeight="400"
12
13
        app:font="@font/lato_regular"
14
        app:fontStyle="normal"
15
        app:fontWeight="400" />
16
17
    <!-- medium -->
18
    <font
19
        android:font="@font/lato_medium"
20
        android:fontStyle="normal"
21
        android:fontWeight="500"
22
23
        app:font="@font/lato_medium"
24
        app:fontStyle="normal"
25
        app:fontWeight="500" />
26
27
    <!-- semibold -->
28
    <font
29
        android:font="@font/lato_semibold"
30
        android:fontStyle="normal"
31
        android:fontWeight="600"
32
33
        app:font="@font/lato_semibold"
34
        app:fontStyle="normal"
35
        app:fontWeight="600" />
36
37
    <!-- bold -->
38
    <font
39
        android:font="@font/lato_bold"
40
        android:fontStyle="normal"
41
        android:fontWeight="700"
42
43
        app:font="@font/lato_bold"
44
        app:fontStyle="normal"
45
        app:fontWeight="700" />
46
47
</font-family>