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