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 - + + - + ```