From bea80163cea2130d9cd8511257562ba541b9f540 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 6 Jul 2022 22:19:01 +0530 Subject: ui-compose: import Manrope font --- ui-compose/src/main/res/font/manrope.xml | 28 +++++++++++++++++++++ ui-compose/src/main/res/font/manrope_bold.ttf | Bin 0 -> 92228 bytes ui-compose/src/main/res/font/manrope_extrabold.ttf | Bin 0 -> 93144 bytes .../src/main/res/font/manrope_extralight.ttf | Bin 0 -> 92272 bytes ui-compose/src/main/res/font/manrope_light.ttf | Bin 0 -> 92400 bytes ui-compose/src/main/res/font/manrope_medium.ttf | Bin 0 -> 92464 bytes ui-compose/src/main/res/font/manrope_regular.ttf | Bin 0 -> 92376 bytes ui-compose/src/main/res/font/manrope_semibold.ttf | Bin 0 -> 92380 bytes 8 files changed, 28 insertions(+) create mode 100644 ui-compose/src/main/res/font/manrope.xml create mode 100644 ui-compose/src/main/res/font/manrope_bold.ttf create mode 100644 ui-compose/src/main/res/font/manrope_extrabold.ttf create mode 100644 ui-compose/src/main/res/font/manrope_extralight.ttf create mode 100644 ui-compose/src/main/res/font/manrope_light.ttf create mode 100644 ui-compose/src/main/res/font/manrope_medium.ttf create mode 100644 ui-compose/src/main/res/font/manrope_regular.ttf create mode 100644 ui-compose/src/main/res/font/manrope_semibold.ttf (limited to 'ui-compose/src/main/res/font') diff --git a/ui-compose/src/main/res/font/manrope.xml b/ui-compose/src/main/res/font/manrope.xml new file mode 100644 index 00000000..c1ecac5c --- /dev/null +++ b/ui-compose/src/main/res/font/manrope.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/ui-compose/src/main/res/font/manrope_bold.ttf b/ui-compose/src/main/res/font/manrope_bold.ttf new file mode 100644 index 00000000..8bbf0bd1 Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_bold.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_extrabold.ttf b/ui-compose/src/main/res/font/manrope_extrabold.ttf new file mode 100644 index 00000000..3f68dffc Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_extrabold.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_extralight.ttf b/ui-compose/src/main/res/font/manrope_extralight.ttf new file mode 100644 index 00000000..9d21d775 Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_extralight.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_light.ttf b/ui-compose/src/main/res/font/manrope_light.ttf new file mode 100644 index 00000000..f255257a Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_light.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_medium.ttf b/ui-compose/src/main/res/font/manrope_medium.ttf new file mode 100644 index 00000000..c73d7741 Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_medium.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_regular.ttf b/ui-compose/src/main/res/font/manrope_regular.ttf new file mode 100644 index 00000000..c02b01be Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_regular.ttf differ diff --git a/ui-compose/src/main/res/font/manrope_semibold.ttf b/ui-compose/src/main/res/font/manrope_semibold.ttf new file mode 100644 index 00000000..30ee0310 Binary files /dev/null and b/ui-compose/src/main/res/font/manrope_semibold.ttf differ -- cgit v1.2.3