Android Oreo introduced a new way to set custom fonts. But the official documentation page does not mention how to set some custom font to be default across the whole application.
We have theme attributes like android:textColorPrimary
etc which allow to globally set some default typography related propertis.
Is there something like this available for a new custom font feature? If yes is it backported by support library to be used on devices below 8.0?