Zoltan Demant
10/11/2021, 9:14 AMAlbert Chang
10/11/2021, 9:22 AMsans-serif-condensed
is a different font family. Using a custom system font family isn't possible using public API now (issue). If you are ok with using internal API, you can use:
@Suppress("INVISIBLE_MEMBER")
GenericFontFamily("sans-serif-condensed")
Zoltan Demant
10/11/2021, 9:24 AMAlbert Chang
10/11/2021, 9:25 AMZoltan Demant
10/11/2021, 9:29 AMAlbert Chang
10/11/2021, 9:30 AMZoltan Demant
10/11/2021, 9:31 AMAlbert Chang
10/11/2021, 9:36 AMZoltan Demant
10/11/2021, 9:39 AM