diff --git a/README.md b/README.md index 9d870bd..2199dcc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Generate `fonts.json` metadata for Nutrient PDF SDK font bundles. +📖 **Guide**: [Dynamic Font Loading in Nutrient Web SDK](https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/) + ## Installation ```bash @@ -70,6 +72,11 @@ Generates a `fonts.json` file with font metadata: - Node.js 18+ +## Learn More + +- [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 +- [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) — PDF SDK for web applications + ## License MIT diff --git a/package.json b/package.json index d024f77..c8411ec 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,6 @@ "scripts": { "test": "vitest run", "test:watch": "vitest" - } + }, + "homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/" }