fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2937)

* fix: Fixes rendering of non-Latin alphabet characters in PDF export

* chore: self-host font files

* chore: add fonts license
This commit is contained in:
Antonella Sgarlatta
2025-09-29 10:53:52 -03:00
committed by GitHub
parent 0055696c35
commit 6b408a670d
73 changed files with 611 additions and 147 deletions

View File

@@ -116,9 +116,10 @@
"@lexical/rich-text": "0.32.1",
"@lexical/utils": "0.32.1",
"@radix-ui/react-slot": "^1.0.1",
"@react-pdf/renderer": "^3.3.2",
"@react-pdf/renderer": "^4.3.0",
"comlink": "^4.4.1",
"fast-diff": "^1.3.0",
"lexical": "0.32.1"
"lexical": "0.32.1",
"unicode-script": "^1.2.0"
}
}