voben
11/26/2021, 3:43 PM@Composable invocations can only happen from the context of a @Composable function
val Typography = Typography(
h1 = TextStyle(
fontFamily = myFont,
fontSize = 50.sp,
color = MaterialTheme.colors.primary,
)