AndreMiras / KivyMD

Set of widgets for Kivy inspired by Google's Material Design.
MIT License
56 stars 22 forks source link

Fix errors #6

Closed Thong-Tran closed 5 years ago

Thong-Tran commented 5 years ago

Fix error in Theme picker. Add packaging spec file for Windows, edit android spec. Add feature: Change default font style.

from kivy.config import Config
Config.set('myapp', 'default_font_style', '<your font style>')
Config.set('myapp', 'list_fonts',
    {'<your font style>':
        # Font path, Bold, Mobile size, Desktop size (None if same as Mobile)
        ['/path/to/file.ttf', False, 14, 13]
})