@fontpkg/nekoto 1.25.0

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.
Binary file
package/README.md ADDED
@@ -0,0 +1,79 @@
1
+ >
2
+ > ⚠️ 此页面非字体下载页,仅为开发识别字体名称使用
3
+ >
4
+ > ⚠️ This page is not for downloading fonts; it is only used by developers to identify font names.
5
+
6
+ # Nekoto
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/nekoto` |
13
+ | Display Name | Nekoto |
14
+ | Version | 001.025.0 |
15
+ | Total Size | 28.89 KB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | Nekoto-Regular.ttf | TTF | 28.89 KB | - |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en |
27
+ |-------|-------|
28
+ | preferredFamily | Nekoto |
29
+ | fontFamily | Nekoto |
30
+ | fullName | Nekoto Regular |
31
+ | postscriptName | Nekoto-Regular |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 001.025 |
38
+ | Manufacturer | Laura Philbert |
39
+ | Copyright | Open Font License |
40
+ | Description | Nekoto is a designed to enhance texts with a bold handwriting effect. It includes 150 characters. |
41
+
42
+ ## 🌍 Multi-language Names
43
+
44
+ ### preferredFamily
45
+
46
+ - **en**: Nekoto
47
+
48
+ ### fullName
49
+
50
+ - **en**: Nekoto Regular
51
+
52
+ ### postscriptName
53
+
54
+ - **en**: Nekoto-Regular
55
+
56
+ ### fontFamily
57
+
58
+ - **en**: Nekoto
59
+
60
+ ### uniqueSubfamily
61
+
62
+ - **en**: Calligraphr : Nekoto Regular : 29-07-2018
63
+
64
+ ### description
65
+
66
+ - **en**: Nekoto is a designed to enhance texts with a bold handwriting effect. It includes 150 characters.
67
+
68
+ ### version
69
+
70
+ - **en**: Version 001.025
71
+
72
+ ### manufacturer
73
+
74
+ - **en**: Laura Philbert
75
+
76
+ ### copyright
77
+
78
+ - **en**: Open Font License
79
+
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/nekoto",
3
+ "version": "001.025.0",
4
+ "description": "Font package for Nekoto",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "nekoto",
9
+ "Nekoto"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "Nekoto-Regular.ttf"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/user/fontpkg"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public",
21
+ "registry": "https://registry.npmjs.org/"
22
+ }
23
+ }