aboutsummaryrefslogtreecommitdiff
path: root/ui-compose/src/main/res/font
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-08-10 03:21:47 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-08-10 03:31:08 +0530
commit959a56d7ffbc20db60721d7a09f399c8bdefe07e (patch)
tree0d9b14e0bb770fd6da2e04295f2c22c087142439 /ui-compose/src/main/res/font
parentefef72b6327c8e683c8844146e23d12104f12dd1 (diff)
refactor: un-flatten module structure
Diffstat (limited to 'ui-compose/src/main/res/font')
-rw-r--r--ui-compose/src/main/res/font/manrope.xml28
-rw-r--r--ui-compose/src/main/res/font/manrope_bold.ttfbin92228 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_extrabold.ttfbin93144 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_extralight.ttfbin92272 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_light.ttfbin92400 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_medium.ttfbin92464 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_regular.ttfbin92376 -> 0 bytes
-rw-r--r--ui-compose/src/main/res/font/manrope_semibold.ttfbin92380 -> 0 bytes
8 files changed, 0 insertions, 28 deletions
diff --git a/ui-compose/src/main/res/font/manrope.xml b/ui-compose/src/main/res/font/manrope.xml
deleted file mode 100644
index c1ecac5c..00000000
--- a/ui-compose/src/main/res/font/manrope.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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>
diff --git a/ui-compose/src/main/res/font/manrope_bold.ttf b/ui-compose/src/main/res/font/manrope_bold.ttf
deleted file mode 100644
index 8bbf0bd1..00000000
--- a/ui-compose/src/main/res/font/manrope_bold.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_extrabold.ttf b/ui-compose/src/main/res/font/manrope_extrabold.ttf
deleted file mode 100644
index 3f68dffc..00000000
--- a/ui-compose/src/main/res/font/manrope_extrabold.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_extralight.ttf b/ui-compose/src/main/res/font/manrope_extralight.ttf
deleted file mode 100644
index 9d21d775..00000000
--- a/ui-compose/src/main/res/font/manrope_extralight.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_light.ttf b/ui-compose/src/main/res/font/manrope_light.ttf
deleted file mode 100644
index f255257a..00000000
--- a/ui-compose/src/main/res/font/manrope_light.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_medium.ttf b/ui-compose/src/main/res/font/manrope_medium.ttf
deleted file mode 100644
index c73d7741..00000000
--- a/ui-compose/src/main/res/font/manrope_medium.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_regular.ttf b/ui-compose/src/main/res/font/manrope_regular.ttf
deleted file mode 100644
index c02b01be..00000000
--- a/ui-compose/src/main/res/font/manrope_regular.ttf
+++ /dev/null
Binary files differ
diff --git a/ui-compose/src/main/res/font/manrope_semibold.ttf b/ui-compose/src/main/res/font/manrope_semibold.ttf
deleted file mode 100644
index 30ee0310..00000000
--- a/ui-compose/src/main/res/font/manrope_semibold.ttf
+++ /dev/null
Binary files differ