fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2956) [skip e2e]

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

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

* chore: self-host font files

* chore: add fonts license

* fix: use assets base URL instead of bundling fonts with app

* chore: delete unused assets folder

* fix: remove inexistent family fonts

* chore: only use custom fonts if they can be fetched

* chore: fix pdf fonts fetching for local development (#2950) [skip e2e]

* chore: fix custom fonts logic
This commit is contained in:
Antonella Sgarlatta
2025-11-04 09:49:54 -03:00
committed by GitHub
parent dc8664578c
commit 11e36e1d4c
32 changed files with 473 additions and 179 deletions

View File

@@ -116,9 +116,10 @@
"@lexical/rich-text": "0.38.1",
"@lexical/utils": "0.38.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.38.1"
"lexical": "0.38.1",
"unicode-script": "^1.2.0"
}
}