@unocss/preset-web-fonts 0.23.0 → 0.24.3
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @unocss/preset-web-fonts
|
|
2
2
|
|
|
3
|
-
Web fonts support for [UnoCSS](https://github.com/
|
|
3
|
+
Web fonts support for [UnoCSS](https://github.com/unocss/unocss).
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -75,7 +75,7 @@ PR welcome to add more providers 🙌
|
|
|
75
75
|
|
|
76
76
|
## Configuration
|
|
77
77
|
|
|
78
|
-
Refer to the [type definition](https://github.com/
|
|
78
|
+
Refer to the [type definition](https://github.com/unocss/unocss/blob/main/packages/preset-web-fonts/src/types.ts#L4) for all configurations avaliable.
|
|
79
79
|
|
|
80
80
|
## License
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-web-fonts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.3",
|
|
4
4
|
"description": "Web Fonts support for Uno CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"web-fonts",
|
|
10
10
|
"google-fonts"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/
|
|
12
|
+
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts#readme",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/unocss/unocss/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/unocss/unocss.git",
|
|
19
19
|
"directory": "packages/preset-web-fonts"
|
|
20
20
|
},
|
|
21
21
|
"funding": "https://github.com/sponsors/antfu",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"*.css"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@unocss/core": "0.
|
|
45
|
+
"@unocss/core": "0.24.3",
|
|
46
46
|
"axios": "^0.25.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|