@proicons/webfont 4.13.1 → 4.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  <p align="center">
26
26
  <br>
27
- Use <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> as a webfont on your site without the need of using scripts.
27
+ 🔡 Use <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> as a webfont on your site without the need of using scripts.
28
28
  <br>
29
29
  <a href="https://procode-software.github.io/proicons/icons">Browse icons</a> |
30
30
  <a href="https://procode-software.github.io/proicons/docs/webfont">Documentation</a> |
@@ -67,6 +67,10 @@ To import the Add icon:
67
67
  <i class="proicon-add"></i>
68
68
  ```
69
69
 
70
+ ## Request an icon
71
+
72
+ If an icon you want isn't in the set, you can request an icon in [discussions](https://github.com/ProCode-Software/proicons/discussions/categories/icon-requests).
73
+
70
74
  ## Contributing
71
75
 
72
76
  For more info on how to contribute, please see our [contributing guide](https://github.com/ProCode-Software/proicons/blob/main/CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proicons/webfont",
3
- "version": "4.13.1",
3
+ "version": "4.13.2",
4
4
  "type": "module",
5
5
  "description": "Use ProIcons as a webfont on your site",
6
6
  "bugs": "https://github.com/ProCode-Software/proicons/issues",