Solutionunvalidated
The single font that has most languages is one of the Noto Fonts like Noto Sans as it supports 885 languages currently. — Custom fonts are supported by `@react-pdf/renderer`. Tension: if it still not right you can register more languages and then use them dynamically. Outcome: Font.register({ family: 'Noto Sans', fonts: [ { src: NotoSans, }, ], });.
072ef404-41df-44c2-9a4f-13777bd727cd
The single font that has most languages is one of the Noto Fonts like Noto Sans as it supports 885 languages currently. — Custom fonts are supported by @react-pdf/renderer. Tension: if it still not right you can register more languages and then use them dynamically. Outcome: Font.register({
family: 'Noto Sans',
fonts: [
{
src: NotoSans,
},
],
});.