_Font.family#
- property _Font.family: str[source]#
Return or set the font family.
Must be one of the following:
"arial""courier""times"
Examples#
Download Python source code | Download Jupyter notebook
Set the default global font family to ‘courier’.
>>> import pyvista as pv
>>> pv.global_theme.font.family = 'courier'