We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74151f3 commit 96bc498Copy full SHA for 96bc498
packages/fontless/package.json
@@ -2,7 +2,7 @@
2
"name": "fontless",
3
"type": "module",
4
"version": "0.0.0",
5
- "description": "",
+ "description": "Magical plug-and-play font optimization for modern web applications",
6
"author": {
7
"name": "Daniel Roe",
8
"email": "daniel@roe.dev",
@@ -14,6 +14,13 @@
14
"url": "git+https://github.com/unjs/fontaine.git",
15
"directory": "packages/fontless"
16
},
17
+ "keywords": [
18
+ "font",
19
+ "optimization",
20
+ "vite-plugin",
21
+ "css",
22
+ "javascript"
23
+ ],
24
"sideEffects": false,
25
"exports": {
26
".": "./dist/index.mjs"
0 commit comments