Health
Research
Kit > healthstack.kit.theme > AppTypography
AppTypography
[androidJvm]
data class AppTypography (val headline1: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 40.sp,
lineHeight = 52.sp
), val headline2: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 32.sp,
lineHeight = 41.6.sp
), val headline3: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 20.sp,
lineHeight = 26.sp
), val headline4: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 16.sp,
lineHeight = 20.8.sp
), val title1: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 18.sp,
lineHeight = 23.4.sp
), val title2: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 16.sp,
lineHeight = 20.8.sp
), val title3: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 14.sp,
lineHeight = 18.2.sp
), val subtitle1: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 18.sp,
lineHeight = 23.4.sp
), val subtitle2: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 16.sp,
lineHeight = 20.8.sp
), val subtitle3: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 14.sp,
lineHeight = 18.2.sp
), val body1: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 16.sp,
lineHeight = 20.8.sp
), val body2: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 14.sp,
lineHeight = 18.2.sp
), val body3: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 12.sp,
lineHeight = 15.6.sp
), val caption: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 12.sp,
lineHeight = 15.6.sp
), val overline1: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W400,
fontSize = 10.sp,
lineHeight = 13.sp
), val overline2: TextStyle = TextStyle(
fontFamily = Inter,
fontWeight = FontWeight.W600,
fontSize = 10.sp,
lineHeight = 13.sp
))
Constructors
AppTypography
[androidJvm] fun AppTypography (headline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 40.sp, lineHeight = 52.sp ), headline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 32.sp, lineHeight = 41.6.sp ), headline3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 20.sp, lineHeight = 26.sp ), headline4: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 18.sp, lineHeight = 23.4.sp ), title2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 14.sp, lineHeight = 18.2.sp ), subtitle1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 18.sp, lineHeight = 23.4.sp ), subtitle2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), subtitle3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), body2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 12.sp, lineHeight = 15.6.sp ), caption: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 12.sp, lineHeight = 15.6.sp ), overline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 10.sp, lineHeight = 13.sp ), overline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 10.sp, lineHeight = 13.sp ))
Properties