frontend/constants: introduce a bigger headline
Parents:
87c2c721 file(s) changed
- frontend/constants/theme.ts +9 -0
frontend/constants/theme.ts
@@ -76,6 +76,15 @@ };
76 76
77 77 export const Typography = {
78 78 // Headlines
79 + headlineXg: {
80 + fontFamily: Platform.select({
81 + android: 'Inter_900Black',
82 + default: 'Inter',
83 + }),
84 + fontSize: 36,
85 + fontWeight: '900' as const,
86 + lineHeight: 40,
87 + },
79 88 headlineLg: {
80 89 fontFamily: Platform.select({
81 90 android: 'Inter_900Black',