diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-12 14:05:12 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-12 14:05:12 +0000 |
commit | ee048b25dd0d2a412271a17e954619702dcfae53 (patch) | |
tree | eb377dd5ccfc18ee857a05f6d10cff77cac49520 /app/src/main/res/font/manrope.xml | |
parent | 6921d720d21eb2862d377cc0cd80f41e4150d6a9 (diff) | |
download | infinity-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.xml | 17 |
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 |