fontfetch 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +68 -1
- package/README.md +87 -19
- package/dist/cli.js +995 -206
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fontfetch",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Download every web font from any site into a project-ready folder — with CSS, manifest, framework configs, terminal-native font inspection, zero-CLS fallback metrics, DOM-driven subsetting, per-language unicode-range splitting,
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "Download every web font from any site into a project-ready folder — with CSS, manifest, framework configs, terminal-native font inspection, per-weight zero-CLS fallback metrics, DOM-driven subsetting, per-language unicode-range splitting, modern-format-only emit, CI-friendly audit + budget + diff subcommands, W3C design-token emit, and cross-page consistency reporting.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"fontfetch": "dist/cli.js"
|