Closed TigerBeanst closed 2 years ago
It seems that dialog use Montserrat font by default. I want to just use the system font, but the system font doesn't seem to be able to be called directly in XML...
Got it, add this to styles.xml / themes.xml
styles.xml
themes.xml
<style name="MaterialDialog"> <item name="android:fontFamily">sans-serif</item> </style>
It seems that dialog use Montserrat font by default. I want to just use the system font, but the system font doesn't seem to be able to be called directly in XML...