# Examples from pyvista.plotting.themes._Font.family
# ==================================================

# Set the default global font family to 'courier'.
import pyvista as pv
pv.global_theme.font.family = 'courier'

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

