I would like to change the font size globally in a Python3/Tkinter program. I've managed to do it in the buttons and labels in the main window, but I also have a messagebox in the program that only displays the default font size.
Asked
Active
Viewed 1,207 times
0
-
The question is for Python 3, but the answer linked for being a duplicate is about Python 2.*. These two languages have different ways to change the font. – Michael Fulton Nov 04 '18 at 02:04