How can I programmatically retrieve the system font used on Android devices in my app?
I’m developing an Android app in Kotlin using Android Studio. How can I utilize the system fonts available on the device within my app’s UI? I’m specifically looking for a way to programmatically access and apply these fonts to text elements in my app’s interface. Any guidance or code examples would be greatly appreciated