Repository

TomSchimansky/CustomTkinter

A modern and customizable python UI-library based on Tkinter
7502 795 88 908
  • 000
I am trying to define a set of fonts as constants. To this end I include the following after my imports: # Constants # These aren't true sizes as per WEB design HEADING1 = ctk.CTkFont(family='Roboto', size=26) HEADING2 = ctk.CTkFont(family='Roboto', size=22) HEADING3 = ctk.CTkFont(family='Roboto', s...