@fontpkg/sf-georgian-rounded 19.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 ADDED
@@ -0,0 +1,83 @@
1
+ >
2
+ > ⚠️ 此页面非字体下载页,仅为开发识别字体名称使用
3
+ >
4
+ > ⚠️ This page is not for downloading fonts; it is only used by developers to identify font names.
5
+
6
+ # SF Georgian Rounded
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/sf-georgian-rounded` |
13
+ | Display Name | SF Georgian Rounded |
14
+ | Version | 19.0.0 |
15
+ | Total Size | 142.80 KB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | SF-Georgian-Rounded.ttf | TTF | 142.80 KB | Regular |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en |
27
+ |-------|-------|
28
+ | preferredFamily | SF Georgian Rounded |
29
+ | fontFamily | SF Georgian Rounded |
30
+ | fullName | SF Georgian Rounded |
31
+ | postscriptName | SFGeorgianRounded-Regular |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 19.0d4e1 |
38
+ | Manufacturer | Apple Inc. |
39
+ | Copyright | Copyright © 2023 Apple Inc. All rights reserved. |
40
+ | Description | Apple Inc. |
41
+
42
+ ## 🌍 Multi-language Names
43
+
44
+ ### preferredFamily
45
+
46
+ - **en**: SF Georgian Rounded
47
+
48
+ ### fullName
49
+
50
+ - **en**: SF Georgian Rounded
51
+
52
+ ### postscriptName
53
+
54
+ - **en**: SFGeorgianRounded-Regular
55
+
56
+ ### fontFamily
57
+
58
+ - **en**: SF Georgian Rounded
59
+
60
+ ### fontSubfamily
61
+
62
+ - **en**: Regular
63
+
64
+ ### uniqueSubfamily
65
+
66
+ - **en**: SF Georgian Rounded; 19.0d4e1; 2023-06-07
67
+
68
+ ### description
69
+
70
+ - **en**: Apple Inc.
71
+
72
+ ### version
73
+
74
+ - **en**: Version 19.0d4e1
75
+
76
+ ### manufacturer
77
+
78
+ - **en**: Apple Inc.
79
+
80
+ ### copyright
81
+
82
+ - **en**: Copyright © 2023 Apple Inc. All rights reserved.
83
+
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/sf-georgian-rounded",
3
+ "version": "19.0.0",
4
+ "description": "Font package for SF Georgian Rounded",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "sf-georgian-rounded",
9
+ "SF Georgian Rounded"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "SF-Georgian-Rounded.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
+ }