Fix offline math rendering by bundling local fonts

This commit is contained in:
Meinzzzz 2025-12-15 21:32:50 +01:00
parent 050ddb8c55
commit d2391f94c0

View File

@ -1,6 +1,7 @@
// Math input widget: wraps a MathLive <math-field> 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 {