@proicons/webfont 4.10.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.
- package/ProIcons.css +505 -475
- package/ProIcons.eot +0 -0
- package/ProIcons.ttf +0 -0
- package/ProIcons.woff +0 -0
- package/ProIcons.woff2 +0 -0
- package/README.md +18 -17
- package/package.json +5 -2
package/ProIcons.eot
CHANGED
|
Binary file
|
package/ProIcons.ttf
CHANGED
|
Binary file
|
package/ProIcons.woff
CHANGED
|
Binary file
|
package/ProIcons.woff2
CHANGED
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
# ProIcons Webfont
|
|
2
2
|
|
|
3
|
-
<
|
|
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=
|
|
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&
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
```
|
|
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
|
-
|
|
61
|
-
|
|
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,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proicons/webfont",
|
|
3
|
-
"version": "4.
|
|
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",
|
|
7
7
|
"jsdelivr": "ProIcons.css",
|
|
8
8
|
"browser": "ProIcons.css",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
9
12
|
"keywords": [
|
|
10
13
|
"font",
|
|
11
14
|
"webfont",
|
|
@@ -24,6 +27,6 @@
|
|
|
24
27
|
},
|
|
25
28
|
"homepage": "https://github.com/ProCode-Software/proicons/tree/main/packages/proicons-webfont",
|
|
26
29
|
"scripts": {
|
|
27
|
-
"
|
|
30
|
+
"ci": "pnpm run prepare"
|
|
28
31
|
}
|
|
29
32
|
}
|