We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a9091 commit ac0fe37Copy full SHA for ac0fe37
frontend/src/theme/textStyles.tsx
@@ -20,7 +20,7 @@ const textStyles = {
20
h3: {
21
fontFamily: "Poppins",
22
fontWeight: 500,
23
- fontSize: "24px",
+ fontSize: "20px",
24
},
25
subheading: {
26
@@ -33,6 +33,12 @@ const textStyles = {
33
fontSize: "18px",
34
lineHeight: "150%",
35
36
+ bodyBold: {
37
+ fontFamily: "Roboto",
38
+ fontWeight: 700,
39
+ fontSize: "18px",
40
+ lineHeight: "150%",
41
+ },
42
bodyMobile: {
43
fontFamily: "Roboto",
44
fontWeight: 400,
@@ -44,6 +50,11 @@ const textStyles = {
50
45
51
46
52
53
+ caption: {
54
+ fontFamily: "Poppins",
55
+ fontWeight: 400,
56
+ fontSize: "12px",
57
47
58
};
48
59
49
60
export default textStyles;
0 commit comments