Skip to content

Commit ac0fe37

Browse files
committed
Update text styles after design confirmation
1 parent c3a9091 commit ac0fe37

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/src/theme/textStyles.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const textStyles = {
2020
h3: {
2121
fontFamily: "Poppins",
2222
fontWeight: 500,
23-
fontSize: "24px",
23+
fontSize: "20px",
2424
},
2525
subheading: {
2626
fontFamily: "Poppins",
@@ -33,6 +33,12 @@ const textStyles = {
3333
fontSize: "18px",
3434
lineHeight: "150%",
3535
},
36+
bodyBold: {
37+
fontFamily: "Roboto",
38+
fontWeight: 700,
39+
fontSize: "18px",
40+
lineHeight: "150%",
41+
},
3642
bodyMobile: {
3743
fontFamily: "Roboto",
3844
fontWeight: 400,
@@ -44,6 +50,11 @@ const textStyles = {
4450
fontWeight: 500,
4551
fontSize: "18px",
4652
},
53+
caption: {
54+
fontFamily: "Poppins",
55+
fontWeight: 400,
56+
fontSize: "12px",
57+
},
4758
};
4859

4960
export default textStyles;

0 commit comments

Comments
 (0)