Skip to content

Commit f194f0e

Browse files
authored
Fix font lazy load (#498)
1 parent 0b480ee commit f194f0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ultraplot/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def _setup():
6767
register_cycles,
6868
register_fonts,
6969
)
70+
from .internals import (
71+
fonts as _fonts, # noqa: F401 - ensure mathtext override is active
72+
)
7073
from .internals import rcsetup, warnings
7174
from .internals.benchmarks import _benchmark
7275

0 commit comments

Comments
 (0)