{ "name": "@unocss/preset-web-fonts", "type": "module", "version": "66.6.7", "description": "Web Fonts support for Uno CSS", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/preset-web-fonts" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-preset", "fonts", "web-fonts", "google-fonts" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./local": "./dist/local.mjs", "./package.json": "./package.json" }, "types": "dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "dependencies": { "ofetch": "^1.5.1", "@unocss/core": "66.6.7" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }