52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|||
|
|
"name": "@fontsource-variable/inter",
|
||
|
|
"version": "5.3.0",
|
||
|
|
"description": "Self-host the Inter font in a neatly bundled NPM package.",
|
||
|
|
"main": "index.css",
|
||
|
|
"types": "index.d.css.ts",
|
||
|
|
"publishConfig": {"access": "public"},
|
||
|
|
"keywords": [
|
||
|
|
"fontsource",
|
||
|
|
"font",
|
||
|
|
"font family",
|
||
|
|
"google fonts",
|
||
|
|
"inter",
|
||
|
|
"Inter",
|
||
|
|
"css",
|
||
|
|
"sass",
|
||
|
|
"front-end",
|
||
|
|
"web",
|
||
|
|
"typeface",
|
||
|
|
"variable"
|
||
|
|
],
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./index.d.css.ts",
|
||
|
|
"sass": "./index.css",
|
||
|
|
"default": "./index.css"
|
||
|
|
},
|
||
|
|
"./LICENSE": "./LICENSE",
|
||
|
|
"./*": {"sass": "./*.css", "default": "./*.css"},
|
||
|
|
"./*.css": {"sass": "./*.css", "default": "./*.css"},
|
||
|
|
"./files/*": {"sass": "./files/*", "default": "./files/*"},
|
||
|
|
"./files/*.woff": {"sass": "./files/*.woff", "default": "./files/*.woff"},
|
||
|
|
"./files/*.woff2": {
|
||
|
|
"sass": "./files/*.woff2",
|
||
|
|
"default": "./files/*.woff2"
|
||
|
|
},
|
||
|
|
"./package.json": "./package.json",
|
||
|
|
"./metadata.json": "./metadata.json",
|
||
|
|
"./unicode.json": "./unicode.json",
|
||
|
|
"./scss": {"sass": "./scss/metadata.scss"}
|
||
|
|
},
|
||
|
|
"author": "Google Inc.",
|
||
|
|
"license": "OFL-1.1",
|
||
|
|
"homepage": "https://fontsource.org/fonts/inter",
|
||
|
|
"funding": "https://github.com/sponsors/ayuhito",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/fontsource/font-files.git",
|
||
|
|
"directory": "fonts/variable/inter"
|
||
|
|
},
|
||
|
|
"publishHash": "efbcea3f9743d987"
|
||
|
|
}
|