mirror of
https://github.com/zadam/trilium.git
synced 2026-01-16 03:24:24 +01:00
Fix offline math rendering by bundling local fonts
This commit is contained in:
parent
050ddb8c55
commit
d2391f94c0
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user