@unocss/preset-web-fonts 0.50.8 → 0.51.1

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/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ interface WebFontsOptions {
22
22
  */
23
23
  fonts?: Record<string, WebFontMeta | string | (WebFontMeta | string)[]>;
24
24
  /**
25
- * Extend the theme object
25
+ * Extend fonts to the theme object
26
26
  * @default true
27
27
  */
28
28
  extendTheme?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-web-fonts",
3
- "version": "0.50.8",
3
+ "version": "0.51.1",
4
4
  "description": "Web Fonts support for Uno CSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "ofetch": "^1.0.1",
41
- "@unocss/core": "0.50.8"
41
+ "@unocss/core": "0.51.1"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "unbuild",