From android support library 26 onwards, it is possible to use fonts in styles and widgets. You then have to use AppCompatActivity
and use styles extending from Theme.AppCompat
.
I would like to use custom fonts in Android TV (using the support library), but then I cannot use the Theme.Leanback
style.
Is there a way of using the Theme.Leanback
style with the font support?