@proicons/webfont 4.11.0 → 4.11.1

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 +18 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,34 +1,35 @@
1
1
  # ProIcons Webfont
2
2
 
3
- <img src="https://raw.githubusercontent.com/ProCode-Software/proicons/main/.github/images/github-cover_light.png#gh-light-mode-only">
4
- <img src="https://raw.githubusercontent.com/ProCode-Software/proicons/main/.github/images/github-cover_dark.png#gh-dark-mode-only">
5
-
6
- <p align="center">
3
+ <p>
7
4
  <a href="https://github.com/ProCode-Software/proicons/releases">
8
- <img src="https://img.shields.io/github/v/release/ProCode-Software/proicons?style=for-the-badge&color=orange"
5
+ <img src="https://img.shields.io/github/v/release/ProCode-Software/proicons?style=for-the-badge&color=rgb(172, 229, 251)"
9
6
  alt="Version">
10
7
  </a>
11
8
  <a href="">
12
- <img src="https://img.shields.io/github/stars/ProCode-Software/proicons?style=for-the-badge"
9
+ <img src="https://img.shields.io/github/stars/ProCode-Software/proicons?style=for-the-badge&color=rgb(255, 215, 142)"
13
10
  alt="Stars">
14
11
  </a>
15
12
  <a href="https://www.npmjs.com/package/@proicons/webfont">
16
- <img src="https://img.shields.io/npm/dm/@proicons/webfont?label=downloads&amp;style=for-the-badge"
13
+ <img src="https://img.shields.io/npm/dm/@proicons/webfont?label=downloads&style=for-the-badge&color=rgb(180, 240, 155)"
17
14
  alt="NPM Package">
18
15
  </a>
19
16
  <a href="https://github.com/ProCode-Software/proicons/blob/main/LICENSE">
20
- <img src="https://img.shields.io/github/license/ProCode-Software/proicons?style=for-the-badge"
17
+ <img src="https://img.shields.io/github/license/ProCode-Software/proicons?style=for-the-badge&color=rgb(252, 197, 232)"
21
18
  alt="License">
22
19
  </a>
23
20
  </p>
24
21
 
22
+ <img src="https://raw.githubusercontent.com/ProCode-Software/proicons/main/.github/images/github-cover_light.png#gh-light-mode-only">
23
+ <img src="https://raw.githubusercontent.com/ProCode-Software/proicons/main/.github/images/github-cover_dark.png#gh-dark-mode-only">
24
+
25
25
  <p align="center">
26
- <b>Webfont version of the <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> icon library</b>
27
- <br>
28
- <a href="https://procode-software.github.io/proicons">Icons</a> |
29
- <a href="https://procode-software.github.io/proicons/docs/packages/webfont">Documentation</a> |
30
- <a href="https://github.com/ProCode-Software/proicons/tree/main/packages/proicons-webfont">GitHub</a> |
31
- <a href="https://www.npmjs.com/package/@proicons/webfont">NPM Package</a>
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.
28
+ <br>
29
+ <a href="https://procode-software.github.io/proicons/icons">Browse icons</a> |
30
+ <a href="https://procode-software.github.io/proicons/docs/packages/webfont">Documentation</a> |
31
+ <a href="https://github.com/ProCode-Software/proicons/tree/main/packages/proicons-webfont">GitHub</a> |
32
+ <a href="https://www.npmjs.com/package/@proicons/webfont">NPM</a>
32
33
  </p>
33
34
 
34
35
  ## Features
@@ -43,7 +44,7 @@
43
44
  <link rel="stylesheet" href="https://unpkg.com/@proicons/webfont">
44
45
  ```
45
46
  ### Install via NPM
46
- ```console
47
+ ```shell
47
48
  npm install @proicons/webfont
48
49
  ```
49
50
  ```html
@@ -57,5 +58,5 @@ To import the Add icon:
57
58
  ```html
58
59
  <i class="proicon-add"></i>
59
60
  ```
60
- > [!IMPORTANT]
61
- > If importing a variable icon such as `add-square-multiple--var`, make sure to only use one hyphen before `var`. This class name woul be replaced with `add-square-multiple-var`.
61
+ ## Contributing
62
+ 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.11.0",
3
+ "version": "4.11.1",
4
4
  "description": "Use ProIcons as a webfont on your site",
5
5
  "bugs": "https://github.com/ProCode-Software/proicons/issues",
6
6
  "unpkg": "ProIcons.css",