diff --git a/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Bold.ttf b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Bold.ttf
new file mode 100755
index 000000000..f538c6fa3
Binary files /dev/null and b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Bold.ttf differ
diff --git a/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Light.ttf b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Light.ttf
new file mode 100755
index 000000000..5b1729ad4
Binary files /dev/null and b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Light.ttf differ
diff --git a/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Medium.ttf b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Medium.ttf
new file mode 100755
index 000000000..94101eb1f
Binary files /dev/null and b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Medium.ttf differ
diff --git a/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Regular.ttf b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Regular.ttf
new file mode 100755
index 000000000..b760c54f3
Binary files /dev/null and b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-Regular.ttf differ
diff --git a/apps/mobile/android/app/src/main/assets/fonts/Quicksand-SemiBold.ttf b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-SemiBold.ttf
new file mode 100755
index 000000000..d16733b37
Binary files /dev/null and b/apps/mobile/android/app/src/main/assets/fonts/Quicksand-SemiBold.ttf differ
diff --git a/apps/mobile/src/views/Home/index.js b/apps/mobile/src/views/Home/index.js
index c6d56b6d4..187de1271 100755
--- a/apps/mobile/src/views/Home/index.js
+++ b/apps/mobile/src/views/Home/index.js
@@ -92,6 +92,7 @@ export const Home = ({navigation}) => {
style={{
fontSize: SIZE.sm - 2,
color: colors.icon,
+ fontFamily: WEIGHT.regular,
}}>
Reminders
@@ -121,6 +122,7 @@ export const Home = ({navigation}) => {
style={{
fontSize: SIZE.sm - 2,
color: colors.icon,
+ fontFamily: WEIGHT.regular,
}}>
Lists
@@ -153,7 +155,6 @@ export const Search = () => {
backgroundColor: '#f0f0f0',
alignSelf: 'center',
borderRadius: br,
- fontSize: SIZE.sm,
paddingHorizontal: ph,
paddingVertical: pv - 5,
elevation: 5,
@@ -161,12 +162,19 @@ export const Search = () => {
}}>
-
+
);
};
@@ -185,7 +193,7 @@ export const Reminder = () => {
backgroundColor: colors.accent,
elevation: 5,
paddingHorizontal: ph,
- paddingVertical: pv - 5,
+ paddingVertical: 5,
}}>
{
color="white"
size={SIZE.md}
/>
+
- Pay Utility Bills
+ Pay Utility Bills
+
+
{'\n'}
Amount 5000 RS
@@ -223,14 +238,21 @@ export const Reminder = () => {
+
+ in
+
00:00{''}
- min
+ mins
@@ -255,8 +277,9 @@ export const RecentList = () => {
style={{
fontSize: SIZE.lg,
color: colors.icon,
+ fontFamily: WEIGHT.regular,
}}>
- Recent
+ Recents
@@ -303,10 +326,10 @@ export const RecentList = () => {
}}>
{item.title}
@@ -314,6 +337,8 @@ export const RecentList = () => {
style={{
fontSize: SIZE.xs + 1,
paddingHorizontal: ph,
+ color: colors.icon,
+ fontFamily: WEIGHT.regular,
}}>
{item.headline}
@@ -333,6 +358,7 @@ export const RecentList = () => {
color: colors.accent,
fontSize: SIZE.xxs,
textAlignVertical: 'center',
+ fontFamily: WEIGHT.regular,
}}>
{item.timestamp + ' '}