aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/font/manrope.xml
blob: 0193f1849755604d17111fe161cfbe870abf3be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
    <font
        app:fontStyle="normal"
        app:fontWeight="500"
        app:font="@font/manrope_medium" />

    <font
        app:fontStyle="normal"
        app:fontWeight="700"
        app:font="@font/manrope_bold" />

    <font
        app:fontStyle="normal"
        app:fontWeight="300"
        app:font="@font/manrope_light" />
</font-family>