We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050ddb8 commit d2391f9Copy full SHA for d2391f9
packages/ckeditor5-math/src/ui/mathinputview.ts
@@ -1,6 +1,7 @@
1
// Math input widget: wraps a MathLive <math-field> and a LaTeX textarea
2
// and keeps them in sync for the CKEditor 5 math dialog.
3
import { View, type Locale, type FocusableView } from 'ckeditor5';
4
+import 'mathlive/fonts.css'; // Auto-bundles offline fonts
5
6
declare global {
7
interface Window {
0 commit comments