[archived] collection of open-source fonts distributed with jsDelivr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: npm package.json

+16
+16
package.json
··· 1 + { 2 + "name": "@intergrav/fonts", 3 + "version": "1.0.0", 4 + "description": "A fast, open-source CDN for open-source fonts. Inspired by xz/fonts.", 5 + "main": "README.md", 6 + "repository": { 7 + "type": "git", 8 + "url": "git+https://github.com/intergrav/fonts.git" 9 + }, 10 + "author": "intergrav (intergrav@proton.me)", 11 + "license": "MIT", 12 + "bugs": { 13 + "url": "https://github.com/intergrav/fonts/issues" 14 + }, 15 + "homepage": "https://github.com/intergrav/fonts#readme" 16 + }