Liste de la famille Python Font

from tkinter import Tk, font
root = Tk()
font.families()
MitchAloha