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