From 8d840b48598e41719e2ac3574147efa0261ac1d4 Mon Sep 17 00:00:00 2001 From: Tobias Fried Date: Sat, 22 Mar 2025 14:50:00 -0600 Subject: [PATCH] chore(docs): use stylesheets and jsDelivr CDN in vanilla example --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b816ee..792ff9e 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,27 @@ Phosphor is available for [web](https://github.com/phosphor-icons/web), [React]( ### Vanilla Web -- **Simple to use** – We use a similar approach as many other icon sets out there, providing icons as a webfont that uses Unicode's Private Use Area character codes to map normally non-rendering characters to icons. But you don't need to know that. All you need to do is add the script to the document ``, and drop in icons with an `` tag and the appropriate class: +- **Simple to use** – We use a similar approach as many other icon sets out there, providing icons as a webfont that uses Unicode's Private Use Area character codes to map normally non-rendering characters to icons. But you don't need to know that. All you need to do is add the stylesheet for each weight you need to the document ``, and drop in icons with an `` tag and the appropriate class: ```html - + + - + ```