CustomTkinter
CustomTkinter copied to clipboard
Added the ability to recognize custom fonts for MacOS
Now we can use custom fonts for MacOS as well in our program by writing them as shown in the example below:
FontManager.load_font("/path/to/font/file") # (.ttf, .otf, etc.)