aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/font/roboto_condensed.xml
blob: 64811d6e561d116a43e555af650577f5a5ee0616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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/roboto_condensed_regular" />

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

    <font
        app:fontStyle="italic"
        app:fontWeight="400"
        app:font="@font/roboto_condensed_italic" />

    <font
        app:fontStyle="italic"
        app:fontWeight="700"
        app:font="@font/roboto_condensed_bold_italic" />
</font-family>