Python Tkinter doesn't load fonts on Replit

I have seen this question before but i’ve never seen an answer because they use different modules. In Replit, when using tkinter, you can’t use fonts on any text because it will just load the default font. Is this a Replit issue or do you need to write a different piece of code because Replit handles font loading differently?
Thank You

Hi @OliDeveloper thanks for your message.

In order for the community to suggest ideas to help you solve your code issue it would be useful to share a link to your Repl.

Any error messages that you see appear when you attempt to run your code would also be useful to share here.

The following page also has some information about using Tkinter fonts in Python:

1 Like