I'm writing my thesis in the Arno Pro font and I wanted the font in my images (which I make using matplotlib) to match that of my thesis. The documentation of matplotlib claims that:
The font.family property has five values: 'serif' (e.g., Times),
'sans-serif' (e.g., Helvetica), 'cursive' (e.g., Zapf-Chancery),
'fantasy' (e.g., Western), and 'monospace' (e.g., Courier).
Is it posible to use Arno Pro or other font families in the labels of matplotlib? If so, how?
Thank you.