aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/font/manrope.xml
blob: c1ecac5c1e0c42f07ff5c0cd96ad6f2898f3056e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
  ~ SPDX-License-Identifier: GPL-3.0-only
  -->

<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
  <font
    app:font="@font/manrope_extralight"
    app:fontWeight="200" />
  <font
    app:font="@font/manrope_light"
    app:fontWeight="300" />
  <font
    app:font="@font/manrope_regular"
    app:fontWeight="400" />
  <font
    app:font="@font/manrope_medium"
    app:fontWeight="500" />
  <font
    app:font="@font/manrope_semibold"
    app:fontWeight="600" />
  <font
    app:font="@font/manrope_bold"
    app:fontWeight="700" />
  <font
    app:font="@font/manrope_extrabold"
    app:fontWeight="800" />
</font-family>