in our .NET MAUI 7 Android App, we've added a custom font and attach it to all possible elements. However, there are some elements for which we have not yet found a way to change the font:
Dialogues
Calendar
Flyout Bottom Tabbar
Context Menu Button
How can we define the font for these elements? And, is there a way to define a global font for Android and iOS, which also affects those elements (and could then be overwritten for other elements?
Thank you so much!
David