@fontpkg/mo-qu-gu-feng-ti 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,77 @@
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/mo-qu-gu-feng-ti` |
13
+ | Display Name | 墨趣古风体 |
14
+ | Version | 1.0.0 |
15
+ | Total Size | 6.52 MB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | MoQuGuFengTi.ttf | TTF | 6.52 MB | - |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en | zh |
27
+ |-------|-------|-------|
28
+ | preferredFamily | - | - |
29
+ | fontFamily | MoQuGuFengTi | 墨趣古风体 |
30
+ | fullName | MoQuGuFengTi | 墨趣古风体 |
31
+ | postscriptName | MoQuGuFengTi | MoQuGuFengTi |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 1.0 |
38
+ | Copyright | QUZITI |
39
+ | Description | 墨趣古风体 |
40
+
41
+ ## 🌍 Multi-language Names
42
+
43
+ ### fullName
44
+
45
+ - **en**: MoQuGuFengTi
46
+ - **zh**: 墨趣古风体
47
+
48
+ ### postscriptName
49
+
50
+ - **en**: MoQuGuFengTi
51
+ - **zh**: MoQuGuFengTi
52
+
53
+ ### fontFamily
54
+
55
+ - **en**: MoQuGuFengTi
56
+ - **zh**: 墨趣古风体
57
+
58
+ ### uniqueSubfamily
59
+
60
+ - **en**: MoQuGuFengTi
61
+ - **zh**: MoQuGuFengTi
62
+
63
+ ### description
64
+
65
+ - **en**: MoQuGuFengTi
66
+ - **zh**: 墨趣古风体
67
+
68
+ ### version
69
+
70
+ - **en**: Version 1.0
71
+ - **zh**: Version 1.0
72
+
73
+ ### copyright
74
+
75
+ - **en**: QUZITI
76
+ - **zh**: Typeface @ (趣字体).2025.All Rights Reserved
77
+
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/mo-qu-gu-feng-ti",
3
+ "version": "1.0.0",
4
+ "description": "Font package for 墨趣古风体",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "mo-qu-gu-feng-ti",
9
+ "墨趣古风体"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "MoQuGuFengTi.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
+ }