{"_id":"@embedpdf/fonts-hebrew","name":"@embedpdf/fonts-hebrew","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@embedpdf/fonts-hebrew","version":"1.0.0","private":false,"description":"Hebrew fallback fonts for EmbedPDF - Noto Sans Hebrew (Regular and Bold)","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"keywords":["fonts","noto","hebrew","pdf","embedpdf"],"repository":{"type":"git","url":"git+https://github.com/embedpdf/embed-pdf-viewer.git","directory":"packages/fonts/hebrew"},"homepage":"https://www.embedpdf.com/docs","bugs":{"url":"https://github.com/embedpdf/embed-pdf-viewer/issues"},"author":{"name":"Bob Singor"},"license":"OFL-1.1","devDependencies":{"typescript":"^5.0.0","@embedpdf/build":"1.1.0","@embedpdf/models":"2.1.0"},"publishConfig":{"access":"public"},"scripts":{"build":"vite build","clean":"rimraf dist"},"_id":"@embedpdf/fonts-hebrew@1.0.0","_integrity":"sha512-5HVAKGL7VqPeTxxADDrSqAFBxfmAXdP8fIqrPwJIKkqdK2643bOer8CqnnpO3/nPoFhkzxhttWMB9BGiqSW62w==","_resolved":"/tmp/df0c905bf70209362f6a96084d971215/embedpdf-fonts-hebrew-1.0.0.tgz","_from":"file:embedpdf-fonts-hebrew-1.0.0.tgz","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-5HVAKGL7VqPeTxxADDrSqAFBxfmAXdP8fIqrPwJIKkqdK2643bOer8CqnnpO3/nPoFhkzxhttWMB9BGiqSW62w==","shasum":"5ad24258c1606fa95dbb4ba5fa67757502c58edc","tarball":"https://registry.npmjs.org/@embedpdf/fonts-hebrew/-/fonts-hebrew-1.0.0.tgz","fileCount":10,"unpackedSize":60476,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDz5Rdgo0vZo6nsGGGrwIwaSnmtXHSB2wik8p5+BfhjfwIhAMRnyEtftdDwg65GLfs4uxOrNhhmAN3tYcjSi9nK6JTt"}]},"_npmUser":{"name":"bobsingor","email":"bob.singor@openbook.io"},"directories":{},"maintainers":[{"name":"bobsingor","email":"bob.singor@openbook.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fonts-hebrew_1.0.0_1766935963319_0.8551541361410915"},"_hasShrinkwrap":false}},"time":{"created":"2025-12-28T15:32:43.235Z","1.0.0":"2025-12-28T15:32:43.468Z","modified":"2025-12-28T15:32:43.767Z"},"maintainers":[{"name":"bobsingor","email":"bob.singor@openbook.io"}],"description":"Hebrew fallback fonts for EmbedPDF - Noto Sans Hebrew (Regular and Bold)","homepage":"https://www.embedpdf.com/docs","keywords":["fonts","noto","hebrew","pdf","embedpdf"],"repository":{"type":"git","url":"git+https://github.com/embedpdf/embed-pdf-viewer.git","directory":"packages/fonts/hebrew"},"author":{"name":"Bob Singor"},"bugs":{"url":"https://github.com/embedpdf/embed-pdf-viewer/issues"},"license":"OFL-1.1","readme":"# @embedpdf/fonts-hebrew\n\nHebrew fallback fonts for EmbedPDF.\n\n## Included Fonts\n\n- `NotoSansHebrew-Regular.ttf` - Regular weight (400)\n- `NotoSansHebrew-Bold.ttf` - Bold weight (700)\n\n## Usage\n\n```typescript\nimport { FontCharset } from '@embedpdf/models';\n\nconst fontFallback = {\n  fonts: {\n    [FontCharset.HEBREW]: [\n      { url: 'NotoSansHebrew-Regular.ttf', weight: 400 },\n      { url: 'NotoSansHebrew-Bold.ttf', weight: 700 },\n    ],\n  },\n  baseUrl: 'https://cdn.jsdelivr.net/npm/@embedpdf/fonts-hebrew@1/fonts',\n};\n```\n\n## License\n\nThese fonts are licensed under the [SIL Open Font License 1.1](https://scripts.sil.org/OFL).\n\nNoto Sans Hebrew is a trademark of Google LLC.\n","readmeFilename":"README.md","_rev":"1-c36d956e72b1dc7c4deab3d18469fe10"}