@fontsource/lxgw-wenkai-mono-tc 5.2.7 → 5.2.8
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/LICENSE +1 -1
- package/README.md +2 -2
- package/metadata.json +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Regular.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Bold.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC)
|
|
2
2
|
|
|
3
3
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
4
4
|
This license is copied below, and is also available with a FAQ at:
|
package/README.md
CHANGED
|
@@ -38,8 +38,8 @@ body {
|
|
|
38
38
|
## Licensing
|
|
39
39
|
Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
[OFL-1.1](
|
|
41
|
+
Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Regular.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Bold.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC)
|
|
42
|
+
[OFL-1.1](https://openfontlicense.org)
|
|
43
43
|
|
|
44
44
|
## Other Notes
|
|
45
45
|
Font version (provided by source): `v9`.
|
package/metadata.json
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"category": "monospace",
|
|
22
22
|
"license": {
|
|
23
23
|
"type": "OFL-1.1",
|
|
24
|
-
"url": "
|
|
25
|
-
"attribution": "
|
|
24
|
+
"url": "https://openfontlicense.org",
|
|
25
|
+
"attribution": "Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Regular.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC) LXGWWenKaiMonoTC-Bold.ttf: Copyright 2024 The LXGW WenKai Project Authors (https://github.com/lxgw/LxgwWenkaiTC)"
|
|
26
26
|
},
|
|
27
27
|
"source": "https://github.com/google/fonts",
|
|
28
28
|
"type": "google"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource/lxgw-wenkai-mono-tc",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.8",
|
|
4
4
|
"description": "Self-host the LXGW WenKai Mono TC font in a neatly bundled NPM package.",
|
|
5
5
|
"main": "index.css",
|
|
6
6
|
"publishConfig": {"access": "public"},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"url": "git+https://github.com/fontsource/font-files.git",
|
|
44
44
|
"directory": "fonts/google/lxgw-wenkai-mono-tc"
|
|
45
45
|
},
|
|
46
|
-
"publishHash": "
|
|
46
|
+
"publishHash": "7ecc0bbc0699009d"
|
|
47
47
|
}
|