@unocss/preset-web-fonts 0.48.4 → 0.49.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm i -D @unocss/preset-web-fonts
|
|
|
12
12
|
import presetWebFonts from '@unocss/preset-web-fonts'
|
|
13
13
|
import presetUno from '@unocss/preset-uno'
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
UnoCSS({
|
|
16
16
|
presets: [
|
|
17
17
|
presetUno(),
|
|
18
18
|
presetWebFonts({
|
|
@@ -85,7 +85,7 @@ import presetUno from '@unocss/preset-uno'
|
|
|
85
85
|
import axios from 'axios'
|
|
86
86
|
import ProxyAgent from 'proxy-agent'
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
UnoCSS({
|
|
89
89
|
presets: [
|
|
90
90
|
presetUno(),
|
|
91
91
|
presetWebFonts({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-web-fonts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Web Fonts support for Uno CSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"*.css"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@unocss/core": "0.
|
|
40
|
+
"@unocss/core": "0.49.0",
|
|
41
41
|
"ohmyfetch": "^0.4.21"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|