Lista da família Python font

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