navigate.view.theme.get_theme_matplotlib_font
- navigate.view.theme.get_theme_matplotlib_font(name: str, fallback: FontSpec | None = None) → dict[str, Any]
Return a Matplotlib-compatible font dictionary from theme typography.
- Parameters:
name (str) – Typography token to retrieve.
fallback (FontSpec or None, optional) – Font tuple used when token is missing.
- Returns:
Dictionary with Matplotlib font keys.
- Return type:
dict[str, Any]