We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092a016 commit a53f24bCopy full SHA for a53f24b
components/src/main/java/com/ifeel/components/ui/theme/text/HeadlineTextStyle.kt
@@ -99,6 +99,21 @@ sealed class HeadlineTextStyle(
99
lineHeight = 28.sp
100
)
101
102
+ /**
103
+ * @property color [color_text_600].
104
+ * @property fontSize 24sp.
105
+ * @property lineHeight 28sp.
106
+ * @property fontWeight [FontWeight.Medium].
107
+ * @property fontFamily [recoletaFontFamily].
108
+ */
109
+ data object H3SemiboldRecoleta : HeadlineTextStyle(
110
+ color = color_text_600,
111
+ fontWeight = FontWeight.SemiBold,
112
+ fontSize = 24.sp,
113
+ fontFamily = recoletaFontFamily,
114
+ lineHeight = 32.sp
115
+ )
116
+
117
/**
118
* @property color [color_text_600].
119
* @property fontSize 18sp.
0 commit comments