@unocss/preset-web-fonts 0.22.7 → 0.24.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.
Files changed (2) hide show
  1. package/README.md +2 -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/antfu/unocss).
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/antfu/unocss/blob/main/packages/preset-web-fonts/src/types.ts#L4) for all configurations avaliable.
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.22.7",
3
+ "version": "0.24.2",
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/antfu/unocss/tree/main/packages/preset-web-fonts#readme",
12
+ "homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/antfu/unocss/issues"
14
+ "url": "https://github.com/unocss/unocss/issues"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/antfu/unocss.git",
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.22.7",
45
+ "@unocss/core": "0.24.2",
46
46
  "axios": "^0.25.0"
47
47
  },
48
48
  "scripts": {