From d2391f94c076bf6ecfa906f89f6a3321d850175f Mon Sep 17 00:00:00 2001 From: Meinzzzz Date: Mon, 15 Dec 2025 21:32:50 +0100 Subject: [PATCH] Fix offline math rendering by bundling local fonts --- packages/ckeditor5-math/src/ui/mathinputview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ckeditor5-math/src/ui/mathinputview.ts b/packages/ckeditor5-math/src/ui/mathinputview.ts index 65bf31bba..a3b93f3e1 100644 --- a/packages/ckeditor5-math/src/ui/mathinputview.ts +++ b/packages/ckeditor5-math/src/ui/mathinputview.ts @@ -1,6 +1,7 @@ // Math input widget: wraps a MathLive and a LaTeX textarea // and keeps them in sync for the CKEditor 5 math dialog. import { View, type Locale, type FocusableView } from 'ckeditor5'; +import 'mathlive/fonts.css'; // Auto-bundles offline fonts declare global { interface Window {