0

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.

DeZeeuw2
  • 33
  • 4
  • 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

1 Answers1

-1

Im not certain but I believe you can use ttk to change global font size

TIM0
  • 11
  • 2