@fontpkg/mikachan-p 9.0.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.
package/README.md ADDED
@@ -0,0 +1,77 @@
1
+ >
2
+ > ⚠️ 此页面非字体下载页,仅为开发识别字体名称使用
3
+ >
4
+ > ⚠️ This page is not for downloading fonts; it is only used by developers to identify font names.
5
+
6
+ # mikachan-P
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/mikachan-p` |
13
+ | Display Name | mikachan-P |
14
+ | Version | 9.0.0 |
15
+ | Total Size | 2.82 MB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | mikachan-P.ttf | TTF | 2.82 MB | - |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en | ja |
27
+ |-------|-------|-------|
28
+ | preferredFamily | - | - |
29
+ | fontFamily | mikachan-P | みかちゃん-P |
30
+ | fullName | mikachan-P | みかちゃん-P |
31
+ | postscriptName | mikachan-P | mikachan-P |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | 9.0 |
38
+ | Copyright | mikachan |
39
+ | Trademark | mikachan-P |
40
+
41
+ ## 🌍 Multi-language Names
42
+
43
+ ### fullName
44
+
45
+ - **en**: mikachan-P
46
+ - **ja**: みかちゃん-P
47
+
48
+ ### postscriptName
49
+
50
+ - **en**: mikachan-P
51
+ - **ja**: mikachan-P
52
+
53
+ ### fontFamily
54
+
55
+ - **en**: mikachan-P
56
+ - **ja**: みかちゃん-P
57
+
58
+ ### uniqueSubfamily
59
+
60
+ - **en**: mikachan-P
61
+ - **ja**: みかちゃん-P
62
+
63
+ ### version
64
+
65
+ - **en**: 9.0
66
+ - **ja**: 9.0
67
+
68
+ ### trademark
69
+
70
+ - **en**: mikachan-P
71
+ - **ja**: みかちゃん-P
72
+
73
+ ### copyright
74
+
75
+ - **en**: mikachan
76
+ - **ja**: みかちゃん
77
+
package/mikachan-P.ttf ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/mikachan-p",
3
+ "version": "9.0.0",
4
+ "description": "Font package for mikachan-P",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "mikachan-p",
9
+ "mikachan-P"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "mikachan-P.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
+ }