@fontpkg/maoken-assorted-sans 1.62.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
+ # 猫啃什锦黑
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/maoken-assorted-sans` |
13
+ | Display Name | 猫啃什锦黑 |
14
+ | Version | 1.62.0 |
15
+ | Total Size | 9.97 MB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | MaokenAssortedSans.otf | OTF | 9.97 MB | 常规 |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en | zh |
27
+ |-------|-------|-------|
28
+ | preferredFamily | - | - |
29
+ | fontFamily | MaokenAssortedSans | 猫啃什锦黑 |
30
+ | fullName | MaokenAssortedSans | 猫啃什锦黑 |
31
+ | postscriptName | MaokenAssortedSans | - |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 1.62 |
38
+ | License URL | http://scripts.sil.org/OFL |
39
+
40
+ ## 🌍 Multi-language Names
41
+
42
+ ### fullName
43
+
44
+ - **en**: MaokenAssortedSans
45
+ - **zh**: 猫啃什锦黑
46
+
47
+ ### postscriptName
48
+
49
+ - **en**: MaokenAssortedSans
50
+
51
+ ### fontFamily
52
+
53
+ - **en**: MaokenAssortedSans
54
+ - **zh**: 猫啃什锦黑
55
+
56
+ ### fontSubfamily
57
+
58
+ - **zh**: 常规
59
+
60
+ ### uniqueSubfamily
61
+
62
+ - **en**: MaokenAssortedSans:Version 1.62
63
+
64
+ ### version
65
+
66
+ - **en**: Version 1.62
67
+
68
+ ### licenseURL
69
+
70
+ - **en**: http://scripts.sil.org/OFL
71
+
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/maoken-assorted-sans",
3
+ "version": "1.62.0",
4
+ "description": "Font package for 猫啃什锦黑",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "maoken-assorted-sans",
9
+ "猫啃什锦黑"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "MaokenAssortedSans.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
+ }