system-font-stacks
Version:
An opinionated micro-library of system and web-safe font stack definitions
33 lines (32 loc) • 829 B
JSON
{
"name": "system-font-stacks",
"version": "0.0.2",
"description": "An opinionated micro-library of system and web-safe font stack definitions",
"main": "index.js",
"scripts": {
"build": "node -e \"console.log(JSON.stringify(require('./index.js')));\" > index.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xsynaptic/system-font-stacks.git"
},
"keywords": [
"fonts",
"font",
"stacks",
"websafe",
"fonts",
"system",
"fonts",
"typography"
],
"author": "Alexander Synaptic <alexander@synapticism.com> (http://synapticism.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xsynaptic/system-font-stacks/issues"
},
"homepage": "https://github.com/xsynaptic/system-font-stacks",
"engines": {
"node": ">= 8.4.0"
}
}