Hi community,
As the title says, I have been checking the documentation, but I could not find clear references to my question.
I am working in a project, and I need to change all the plots fonts to match a specific brand. All plots are generated with the default font, and I was wondering if it would be possible to change this setting.
I am aware it is possible to import the fonts by using something like:
fm.FontProperties(fname=font_path)
and changing the font in each individual plot.
However, I am generating a big number of them and manually updating one by one would be complex and prone to errors.
Thanks in advance for any hints!