From a08446437d74c1a9392382073fdf6c53b82c6766 Mon Sep 17 00:00:00 2001 From: Patrik Weiskircher Date: Thu, 15 Jan 2026 13:56:14 -0500 Subject: [PATCH] docs: add link to Dynamic Font Loading guide - Add guide link to README header and Learn More section - Set homepage in package.json to the guide URL --- README.md | 7 +++++++ package.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) 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/" }