Bassem
10/03/2024, 10:36 PM@Composable
fun Typography() = Typography(
bodyLarge = TextStyle(fontFamily = FontFamily(Font(Res.font.poppins)),
fontWeight = FontWeight.Normal, fontSize = 16.sp, lineHeight = 24.sp,
letterSpacing = 0.5.sp)
Although poppins.ttf is available in:
commonMain/composeResources/font/
I get the:
unresolved reference poppins