@fontpkg/nekoto 1.25.0 → 1.25.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 +3 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -12,14 +12,15 @@
|
|
|
12
12
|
| Package Name | `@fontpkg/nekoto` |
|
|
13
13
|
| Display Name | Nekoto |
|
|
14
14
|
| Version | 001.025.0 |
|
|
15
|
-
| Total Size |
|
|
16
|
-
| File Count |
|
|
15
|
+
| Total Size | 57.78 KB |
|
|
16
|
+
| File Count | 2 |
|
|
17
17
|
|
|
18
18
|
## 📁 Included Files
|
|
19
19
|
|
|
20
20
|
| File | Format | Size | Style |
|
|
21
21
|
|------|--------|------|-------|
|
|
22
22
|
| Nekoto-Regular.ttf | TTF | 28.89 KB | - |
|
|
23
|
+
| Nekoto-Regular.ttf | TTF | 28.89 KB | - |
|
|
23
24
|
|
|
24
25
|
## 🏷️ Font Names
|
|
25
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontpkg/nekoto",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.25.1",
|
|
4
4
|
"description": "Font package for Nekoto",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"font",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"license": "SEE LICENSE IN README.md",
|
|
12
12
|
"files": [
|
|
13
|
+
"Nekoto-Regular.ttf",
|
|
13
14
|
"Nekoto-Regular.ttf"
|
|
14
15
|
],
|
|
15
16
|
"repository": {
|