KivyMD How to change MDToolbar title size and font?
问题 Im trying to learn KivyMD tools. So i created MDToolBar and it's title changes after some button clicks. Im trying to optimize it's text_size but can't do it.I already tried font_type:'H1' , font_size: '8sp' . Also i want to change it's font if its possible. Can anyone help me about that. Im sharing minimal code below: from kivy.lang import Builder from kivy.uix.screenmanager import Screen,ScreenManager kv = Builder.load_string(""" <SM>: P1: <P1>: BoxLayout: orientation: 'vertical' MDToolbar: