JSPM

@embedpdf/fonts-hebrew

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 95338
  • Score
    100M100P100Q176438F
  • License OFL-1.1

Hebrew fallback fonts for EmbedPDF - Noto Sans Hebrew (Regular and Bold)

Package Exports

  • @embedpdf/fonts-hebrew

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.