Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created June 18, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsmnzaydn/ead3532b82f7db2280b5638ea54023fe to your computer and use it in GitHub Desktop.
Save hsmnzaydn/ead3532b82f7db2280b5638ea54023fe to your computer and use it in GitHub Desktop.
val Typography = Typography(
bodyLarge = TextStyle(
fontFamily = FontFamily.Default,
fontWeight = FontWeight.Normal,
fontSize = 16.sp,
lineHeight = 24.sp,
letterSpacing = 0.5.sp
),
titleLarge = TextStyle(
fontFamily = FontFamily.Default,
fontWeight = FontWeight.Normal,
fontSize = 22.sp,
lineHeight = 28.sp,
letterSpacing = 0.sp
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment