diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-01 02:09:36 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-03 15:07:00 +0530 |
commit | 2ee48cdab665c45659cd9f4dcc32b1042a0b7f6c (patch) | |
tree | df6e092a97a81fa40b2b2676728c80478b3b9b75 /app/src/main/res/font/manrope.xml | |
parent | 0834c979a5c6a41106282ffc8a8be72255f780fa (diff) |
app: switch M3 to Manrope typeface
Diffstat (limited to 'app/src/main/res/font/manrope.xml')
-rw-r--r-- | app/src/main/res/font/manrope.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app/src/main/res/font/manrope.xml b/app/src/main/res/font/manrope.xml new file mode 100644 index 00000000..c1ecac5c --- /dev/null +++ b/app/src/main/res/font/manrope.xml @@ -0,0 +1,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> |