pyvista.plotting.themes._Font.family#

property _Font.family: str[source]#

Return or set the font family.

Must be one of the following:

  • "arial"

  • "courier"

  • "times"

Examples

Set the default global font family to ‘courier’.

>>> import pyvista as pv
>>> pv.global_theme.font.family = 'courier'