@embedpdf/fonts-hebrew
v1.0.0
Published
Hebrew fallback fonts for EmbedPDF - Noto Sans Hebrew (Regular and Bold)
Downloads
3,245
Maintainers
Readme
@embedpdf/fonts-hebrew
Hebrew fallback fonts for EmbedPDF.
Included Fonts
NotoSansHebrew-Regular.ttf- Regular weight (400)NotoSansHebrew-Bold.ttf- Bold weight (700)
Usage
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',
};License
These fonts are licensed under the SIL Open Font License 1.1.
Noto Sans Hebrew is a trademark of Google LLC.
