Oct-24-2020, 04:01 PM
Here I have code:
It printed with italic style, I need change to regular, how? use style="regular" not work...
1 |
Label(window_1, textvariable = display_alarm_switch, font = ( "Ticking Timebomb BB" , 30 ), fg = colorfg, bg = colorbg).place(x = x_pos, y = y_pos) |