import matplotlib.font_manager
matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext="ttf")
Check this for other options.
import matplotlib.font_manager
matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext="ttf")
Check this for other options.