@fontsource/wdxl-lubrifont-sc 5.2.1 → 5.2.2
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 +3 -2
package/LICENSE
CHANGED
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 2025 The WDXL Lubrifont Project Authors (https://github.com/NightFurySL2001/WD-XL-font)
|
|
42
|
+
[OFL-1.1](https://openfontlicense.org)
|
|
43
43
|
|
|
44
44
|
## Other Notes
|
|
45
45
|
Font version (provided by source): `v1`.
|
package/metadata.json
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"category": "sans-serif",
|
|
18
18
|
"license": {
|
|
19
19
|
"type": "OFL-1.1",
|
|
20
|
-
"url": "
|
|
21
|
-
"attribution": "
|
|
20
|
+
"url": "https://openfontlicense.org",
|
|
21
|
+
"attribution": "Copyright 2025 The WDXL Lubrifont Project Authors (https://github.com/NightFurySL2001/WD-XL-font)"
|
|
22
22
|
},
|
|
23
23
|
"source": "https://github.com/google/fonts",
|
|
24
24
|
"type": "google"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource/wdxl-lubrifont-sc",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "Self-host the WDXL Lubrifont SC font in a neatly bundled NPM package.",
|
|
5
5
|
"main": "index.css",
|
|
6
6
|
"publishConfig": {"access": "public"},
|
|
@@ -42,5 +42,6 @@
|
|
|
42
42
|
"type": "git",
|
|
43
43
|
"url": "git+https://github.com/fontsource/font-files.git",
|
|
44
44
|
"directory": "fonts/google/wdxl-lubrifont-sc"
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
|
+
"publishHash": "c65eef766cf1cc3d"
|
|
46
47
|
}
|