{ "name": "@unocss/preset-web-fonts", "version": "0.45.6", "description": "Web Fonts support for Uno CSS", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts#readme", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages/preset-web-fonts" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-preset", "fonts", "web-fonts", "google-fonts" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./fs": { "types": "./dist/fs.d.ts", "require": "./dist/fs.cjs", "import": "./dist/fs.mjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "*.css" ], "dependencies": { "@unocss/core": "0.45.6", "ohmyfetch": "^0.4.18" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }