aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/font/manrope.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-06-12 14:05:12 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-06-12 14:05:12 +0000
commitee048b25dd0d2a412271a17e954619702dcfae53 (patch)
treeeb377dd5ccfc18ee857a05f6d10cff77cac49520 /app/src/main/res/font/manrope.xml
parent6921d720d21eb2862d377cc0cd80f41e4150d6a9 (diff)
downloadinfinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar.gz
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar.bz2
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar.lz
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar.xz
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.tar.zst
infinity-for-reddit-ee048b25dd0d2a412271a17e954619702dcfae53.zip
Fix bugs related to favoriting multireddits. Add some fonts.
Diffstat (limited to 'app/src/main/res/font/manrope.xml')
-rw-r--r--app/src/main/res/font/manrope.xml17
1 files changed, 17 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..0193f184
--- /dev/null
+++ b/app/src/main/res/font/manrope.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
+ <font
+ app:fontStyle="normal"
+ app:fontWeight="500"
+ app:font="@font/manrope_medium" />
+
+ <font
+ app:fontStyle="normal"
+ app:fontWeight="700"
+ app:font="@font/manrope_bold" />
+
+ <font
+ app:fontStyle="normal"
+ app:fontWeight="300"
+ app:font="@font/manrope_light" />
+</font-family> \ No newline at end of file