Lista familiar de Python Font Font

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