postcss-font-family-fangsong
Version:
Use the fangsong font family in CSS
43 lines (42 loc) • 947 B
JSON
{
"name": "postcss-font-family-fangsong",
"version": "2.0.0",
"description": "Use the fangsong font family in CSS",
"author": "Jùnliàng Huáng<jlhwung@gmail.com>",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/JLHwung/postcss-font-family-fangsong.git"
},
"homepage": "https://github.com/JLHwung/postcss-font-family-fangsong#readme",
"bugs": "https://github.com/JLHwung/postcss-font-family-fangsong/issues",
"main": "./dist/index.bundle.cjs",
"type": "module",
"exports": {
"import": "./dist/index.bundle.mjs",
"require": "./dist/index.bundle.cjs"
},
"files": [
"dist/"
],
"peerDependencies": {
"postcss": "^8.0.0"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"ua",
"user",
"agent",
"platform",
"fangsong",
"default",
"font",
"font-family",
"family",
"face",
"type",
"typeface"
]
}