From 2ee48cdab665c45659cd9f4dcc32b1042a0b7f6c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 1 Nov 2021 02:09:36 +0530 Subject: app: switch M3 to Manrope typeface --- app/src/main/res/font/manrope.xml | 28 +++++++++++++++++++++ app/src/main/res/font/manrope_bold.ttf | Bin 0 -> 92228 bytes app/src/main/res/font/manrope_extrabold.ttf | Bin 0 -> 93144 bytes app/src/main/res/font/manrope_extralight.ttf | Bin 0 -> 92272 bytes app/src/main/res/font/manrope_light.ttf | Bin 0 -> 92400 bytes app/src/main/res/font/manrope_medium.ttf | Bin 0 -> 92464 bytes app/src/main/res/font/manrope_regular.ttf | Bin 0 -> 92376 bytes app/src/main/res/font/manrope_semibold.ttf | Bin 0 -> 92380 bytes app/src/main/res/values-night/themes_material3.xml | 1 + app/src/main/res/values/themes_material3.xml | 1 + 10 files changed, 30 insertions(+) create mode 100644 app/src/main/res/font/manrope.xml create mode 100644 app/src/main/res/font/manrope_bold.ttf create mode 100644 app/src/main/res/font/manrope_extrabold.ttf create mode 100644 app/src/main/res/font/manrope_extralight.ttf create mode 100644 app/src/main/res/font/manrope_light.ttf create mode 100644 app/src/main/res/font/manrope_medium.ttf create mode 100644 app/src/main/res/font/manrope_regular.ttf create mode 100644 app/src/main/res/font/manrope_semibold.ttf (limited to 'app/src/main/res') 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 @@ + + + + + + + + + + + diff --git a/app/src/main/res/font/manrope_bold.ttf b/app/src/main/res/font/manrope_bold.ttf new file mode 100644 index 00000000..8bbf0bd1 Binary files /dev/null and b/app/src/main/res/font/manrope_bold.ttf differ diff --git a/app/src/main/res/font/manrope_extrabold.ttf b/app/src/main/res/font/manrope_extrabold.ttf new file mode 100644 index 00000000..3f68dffc Binary files /dev/null and b/app/src/main/res/font/manrope_extrabold.ttf differ diff --git a/app/src/main/res/font/manrope_extralight.ttf b/app/src/main/res/font/manrope_extralight.ttf new file mode 100644 index 00000000..9d21d775 Binary files /dev/null and b/app/src/main/res/font/manrope_extralight.ttf differ diff --git a/app/src/main/res/font/manrope_light.ttf b/app/src/main/res/font/manrope_light.ttf new file mode 100644 index 00000000..f255257a Binary files /dev/null and b/app/src/main/res/font/manrope_light.ttf differ diff --git a/app/src/main/res/font/manrope_medium.ttf b/app/src/main/res/font/manrope_medium.ttf new file mode 100644 index 00000000..c73d7741 Binary files /dev/null and b/app/src/main/res/font/manrope_medium.ttf differ diff --git a/app/src/main/res/font/manrope_regular.ttf b/app/src/main/res/font/manrope_regular.ttf new file mode 100644 index 00000000..c02b01be Binary files /dev/null and b/app/src/main/res/font/manrope_regular.ttf differ diff --git a/app/src/main/res/font/manrope_semibold.ttf b/app/src/main/res/font/manrope_semibold.ttf new file mode 100644 index 00000000..30ee0310 Binary files /dev/null and b/app/src/main/res/font/manrope_semibold.ttf differ diff --git a/app/src/main/res/values-night/themes_material3.xml b/app/src/main/res/values-night/themes_material3.xml index a06aefe8..33533e44 100644 --- a/app/src/main/res/values-night/themes_material3.xml +++ b/app/src/main/res/values-night/themes_material3.xml @@ -32,5 +32,6 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_primaryInverse + @font/manrope diff --git a/app/src/main/res/values/themes_material3.xml b/app/src/main/res/values/themes_material3.xml index 047fce33..2d692627 100644 --- a/app/src/main/res/values/themes_material3.xml +++ b/app/src/main/res/values/themes_material3.xml @@ -32,5 +32,6 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_primaryInverse + @font/manrope -- cgit v1.2.3