guys, what's a compose analog for this? can't find...
# compose
d
guys, what's a compose analog for this? can't find such font family in predefined
android:fontFamily="sans-serif-condensed"
this:
Copy code
fontFamily = FontFamily(Typeface.create("sans-serif-condensed", Typeface.NORMAL))
a
FontFamily(Font(DeviceFontFamilyName("sans-serif-condensed")))