ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.63k stars 794 forks source link

Fonts Don't Work. Can We Fix This? #323

Open Welding-Torch opened 1 year ago

Welding-Torch commented 1 year ago
Welding-Torch commented 1 year ago

Note: The default font on Windows 10 for Tkinter is 'Segoe UI'. Hope this helps someone.

sfh0345 commented 8 months ago

canvas.create_text( 178.0, 458.0, anchor="nw", text="Tomorrow", fill="#FFFFFF", font=("Rubik Regular", 20 * -1) )

this works for me. maybe try it

Welding-Torch commented 8 months ago

I just needed Tkinter-Designer for one project of mine, which is done so I don't think I'll open it again, but I hope this helps someone else 👍