From 895f94327055533cc7c49dfd2aa8774938cedd81 Mon Sep 17 00:00:00 2001 From: ethancrawford Date: Tue, 6 May 2025 01:40:52 +0800 Subject: [PATCH] Use tabs-package include to show webfont install steps (#2316) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/short-hounds-promise.md | 5 +++++ docs/content/icons/libraries/webfont.md | 16 +--------------- 2 files changed, 6 insertions(+), 15 deletions(-) create mode 100644 .changeset/short-hounds-promise.md diff --git a/.changeset/short-hounds-promise.md b/.changeset/short-hounds-promise.md new file mode 100644 index 000000000..727abc5d5 --- /dev/null +++ b/.changeset/short-hounds-promise.md @@ -0,0 +1,5 @@ +--- +"@tabler/docs": patch +--- + +Use tabs-package include to show webfont install steps diff --git a/docs/content/icons/libraries/webfont.md b/docs/content/icons/libraries/webfont.md index 82de846d4..e6903a432 100644 --- a/docs/content/icons/libraries/webfont.md +++ b/docs/content/icons/libraries/webfont.md @@ -9,21 +9,7 @@ summary: Tabler Icons as a webfont allows you to easily include icons in your pr ## Installation -``` -yarn add @tabler/icons-webfont -``` - -or - -``` -npm install @tabler/icons-webfont -``` - -or - -``` -pnpm install @tabler/icons-webfont -``` +{% include "docs/tabs-package.html" name="@tabler/icons-webfont" %} or just [download from Github](https://github.com/tabler/tabler-icons/releases).