JSPM

@embedpdf/fonts-arabic

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

Arabic fallback fonts for EmbedPDF - Noto Naskh Arabic (Regular and Bold)

Package Exports

  • @embedpdf/fonts-arabic

Readme

@embedpdf/fonts-arabic

Arabic fallback fonts for EmbedPDF.

Included Fonts

  • NotoNaskhArabic-Regular.ttf - Regular weight (400)
  • NotoNaskhArabic-Bold.ttf - Bold weight (700)

Usage

import { FontCharset } from '@embedpdf/models';

const fontFallback = {
  fonts: {
    [FontCharset.ARABIC]: [
      { url: 'NotoNaskhArabic-Regular.ttf', weight: 400 },
      { url: 'NotoNaskhArabic-Bold.ttf', weight: 700 },
    ],
  },
  baseUrl: 'https://cdn.jsdelivr.net/npm/@embedpdf/fonts-arabic@1/fonts',
};

License

These fonts are licensed under the SIL Open Font License 1.1.

Noto Naskh Arabic is a trademark of Google LLC.