UNPKG

notosans-fontface

Version:

A simple package providing the Noto Sans fontface.

46 lines (45 loc) 974 B
{ "name": "notosans-fontface", "version": "1.3.0", "description": "A simple package providing the Noto Sans fontface.", "scripts": { "start": "parcel demo/index.html", "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/GreatWizard/notosans-fontface.git" }, "author": { "name": "Guillaume Gérard", "url": "https://guillaume.sh" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/GreatWizard/notosans-fontface/issues" }, "homepage": "https://github.com/GreatWizard/notosans-fontface", "keywords": [ "noto", "sans", "notosans", "font", "fontface", "css", "less", "sass", "scss", "stylus", "styl" ], "devDependencies": { "less": "^4.1.2", "node-sass": "^7.0.1", "parcel": "^2.2.1", "stylus": "^0.56.0", "ttf2eot": "^3.0.0", "ttf2svg": "^1.2.0", "ttf2woff": "^3.0.0", "wawoff2": "^2.0.1" } }