Hebrew fallback fonts for EmbedPDF - Noto Sans Hebrew (Regular and Bold)
npm install @embedpdf/fonts-hebrewHebrew fallback fonts for EmbedPDF.
- NotoSansHebrew-Regular.ttf - Regular weight (400)
- NotoSansHebrew-Bold.ttf - Bold weight (700)
``typescript
import { FontCharset } from '@embedpdf/models';
const fontFallback = {
fonts: {
[FontCharset.HEBREW]: [
{ url: 'NotoSansHebrew-Regular.ttf', weight: 400 },
{ url: 'NotoSansHebrew-Bold.ttf', weight: 700 },
],
},
baseUrl: 'https://cdn.jsdelivr.net/npm/@embedpdf/fonts-hebrew@1/fonts',
};
``
These fonts are licensed under the SIL Open Font License 1.1.
Noto Sans Hebrew is a trademark of Google LLC.