Skip to content

Commit a7ff7b8

Browse files
committed
add custom font
1 parent a674f3b commit a7ff7b8

File tree

15 files changed

+37
-20
lines changed

15 files changed

+37
-20
lines changed
121 KB
Binary file not shown.
121 KB
Binary file not shown.
121 KB
Binary file not shown.
121 KB
Binary file not shown.
121 KB
Binary file not shown.

src/components/BtnAction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const style = StyleSheet.create({
1818
paddingVertical: 10,
1919
textAlign: 'center',
2020
borderRadius: 7,
21-
fontWeight: '500'
21+
fontWeight: '500',
22+
fontFamily: 'Rubik-Regular'
2223
}
2324
})
2425

src/components/BtnNime.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const style = StyleSheet.create({
3333
paddingHorizontal: 14,
3434
paddingVertical: 7,
3535
borderRadius: 50,
36-
fontSize: 12
36+
fontSize: 12,
37+
fontFamily: 'Rubik-Light'
3738
},
3839
})
3940

src/components/Card.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const style = StyleSheet.create({
5555
title: {
5656
fontSize: 16,
5757
color: '#1C1D27',
58-
paddingVertical: 5
58+
paddingVertical: 5,
59+
fontFamily: 'Rubik-Regular'
5960
},
6061
episode: {
6162
fontSize: 14,

src/components/ContentModalAction.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ const style = StyleSheet.create({
3838
fontWeight: '500',
3939
color: '#372948',
4040
letterSpacing: 0.3,
41-
marginBottom: 16
41+
marginBottom: 16,
42+
fontFamily: 'Rubik-Medium'
4243
},
4344
btn: {
4445
textAlign: 'center',
4546
paddingVertical: 10,
4647
borderRadius: 5,
4748
color: '#372948',
48-
fontWeight: '500'
49+
fontWeight: '500',
50+
fontFamily: 'Rubik-Regular'
4951
}
5052
})
5153

src/components/NavClose.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const style = StyleSheet.create({
3232
fontSize: 18,
3333
color: '#FFFFFF',
3434
fontWeight: '500',
35-
letterSpacing: 0.7
35+
letterSpacing: 0.7,
36+
fontFamily: 'Rubik-Medium'
3637
}
3738
})
3839

0 commit comments

Comments
 (0)