aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/font/caveat.xml
blob: 57393ffd391df06f41a602c43647b29977b9ab59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
    <font
        app:fontStyle="normal"
        app:fontWeight="400"
        app:font="@font/caveat_regular" />

    <font
        app:fontStyle="normal"
        app:fontWeight="700"
        app:font="@font/caveat_bold" />
</font-family>