From 6a378a86273d29de7a3883e2b564c4202dd500a5 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Fri, 23 Jan 2026 21:07:33 +1000 Subject: [PATCH] Fix font lazy load --- ultraplot/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ultraplot/__init__.py b/ultraplot/__init__.py index 140e9a3b6..297246d5a 100644 --- a/ultraplot/__init__.py +++ b/ultraplot/__init__.py @@ -67,6 +67,9 @@ def _setup(): register_cycles, register_fonts, ) + from .internals import ( + fonts as _fonts, # noqa: F401 - ensure mathtext override is active + ) from .internals import rcsetup, warnings from .internals.benchmarks import _benchmark