# List the first 30 available fonts in the system import matplotlib.font_manager print(matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext='ttf')[:30])