Skip to content
Discussion options

You must be logged in to vote
font = "White Rabbit"
style = ttk.Style(self)
style.configure('.', font=(font, 12))
self.option_add('*TCombobox*Listbox.font', (font, 12))
self.option_add('*TCombobox.font', (font, 12))
self.option_add('*TEntry.font', (font, 12))
self.option_add('*TSpinbox.font', (font, 12))

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@kgall89
Comment options

@israel-dryer
Comment options

@kgall89
Comment options

@kgall89
Comment options

Answer selected by SeewhyO6
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants