softicons 0.1.0 → 0.1.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/README.md +12 -0
- package/dist/softicons.ttf +0 -0
- package/dist/softicons.woff +0 -0
- package/dist/softicons.woff2 +0 -0
- package/package.json +15 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# softicons (web font)
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/softicons)
|
|
4
|
+
[](https://www.npmjs.com/package/softicons)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
|
|
3
7
|
The [Softicons](https://softicons.dev) icon set as an **icon font**, for plain
|
|
4
8
|
HTML pages and the CDN — no build step, no JavaScript.
|
|
5
9
|
|
|
@@ -39,3 +43,11 @@ pnpm font:build # outlines strokes → woff2/woff/ttf + CSS + demo.html
|
|
|
39
43
|
|
|
40
44
|
> `dist/` is a generated build artifact (gitignored). At scale this ships a
|
|
41
45
|
> curated ~1,000-icon subset; today it includes the full seed set.
|
|
46
|
+
|
|
47
|
+
## Links
|
|
48
|
+
|
|
49
|
+
- 🌐 [softicons.dev](https://softicons.dev) — browse all icons
|
|
50
|
+
- 📖 [Docs](https://softicons.dev/docs)
|
|
51
|
+
- 📦 [All Softicons packages on npm](https://www.npmjs.com/org/softicons)
|
|
52
|
+
|
|
53
|
+
MIT © Softicons
|
package/dist/softicons.ttf
CHANGED
|
Binary file
|
package/dist/softicons.woff
CHANGED
|
Binary file
|
package/dist/softicons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "softicons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Softicons web font — mono-line icons as an icon font for plain HTML / CDN.",
|
|
5
|
+
"homepage": "https://softicons.dev",
|
|
6
|
+
"author": "Softicons (https://softicons.dev)",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"icons",
|
|
9
|
+
"svg",
|
|
10
|
+
"icon-font",
|
|
11
|
+
"webfont",
|
|
12
|
+
"woff2",
|
|
13
|
+
"font",
|
|
14
|
+
"softicons",
|
|
15
|
+
"soft-icons",
|
|
16
|
+
"line-icons",
|
|
17
|
+
"mono-line"
|
|
18
|
+
],
|
|
5
19
|
"license": "MIT",
|
|
6
20
|
"style": "dist/softicons.css",
|
|
7
21
|
"exports": {
|