Skip to content

Commit 1cdb0dc

Browse files
authored
docs: add link to Dynamic Font Loading guide (#6)
- Add guide link to README header and Learn More section - Set homepage in package.json to the guide URL
1 parent 8191815 commit 1cdb0dc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Generate `fonts.json` metadata for Nutrient PDF SDK font bundles.
44

5+
📖 **Guide**: [Dynamic Font Loading in Nutrient Web SDK](https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/)
6+
57
## Installation
68

79
```bash
@@ -70,6 +72,11 @@ Generates a `fonts.json` file with font metadata:
7072

7173
- Node.js 18+
7274

75+
## Learn More
76+
77+
- [Dynamic Font Loading Guide](https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/) — How to use custom font bundles with Nutrient Web SDK
78+
- [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) — PDF SDK for web applications
79+
7380
## License
7481

7582
MIT

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"scripts": {
2828
"test": "vitest run",
2929
"test:watch": "vitest"
30-
}
30+
},
31+
"homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/"
3132
}

0 commit comments

Comments
 (0)