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