SrSouza
alexzhukovich
val appFontFamily = fontFamily( fonts = listOf( ResourceFont( resId = R.font.roboto_black, weight = FontWeight.W900, style = FontStyle.Normal ), ResourceFont( resId = R.font.roboto_black_italic, weight = FontWeight.W900, style = FontStyle.Italic ), ResourceFont( resId = R.font.roboto_bold, weight = FontWeight.W700, style = FontStyle.Normal ), ... ) )
A modern programming language that makes developers happier.