Hello :v:, I have Font ```Font(R.font.source_sans_...
# compose
k
Hello ✌️, I have Font
Copy code
Font(R.font.source_sans_variable_350)
and I am passing
FontWeight
so what would be? I checked
FontWeight.Light
and
FontWeight.Normal
which is 300 and 400 respectively. So is there any solution for this ?
Never mind I find the solution
Sorry
Copy code
Font(resId = R.font.montserrat_light, weight = FontWeight(350))