I'm using a custom font within my Jetpack Compose app and would like to monospace the numbers within a specific Text component.
With standard Android TextView, this can be done using the fontFeatureSetting="tnum"
attribute (https://stackoverflow.com/a/41143337/2521749).
How can you do this with Jetpack Compose?