@docfonts/fallbacks 0.4.0 → 0.5.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/dist/data.js +31 -0
- package/package.json +2 -1
package/dist/data.js
CHANGED
|
@@ -645,5 +645,36 @@ export const SUBSTITUTION_EVIDENCE = [
|
|
|
645
645
|
"note": "Bacasime Antique Regular's no-break space (U+00A0) advance diverges ~49% from Baskerville Old Face; lines containing NBSP reflow. Every other Latin-core glyph is advance-identical, which is why this is visual_only with a single named exception, not near_metric."
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"evidenceId": "cooper-black",
|
|
651
|
+
"logicalFamily": "Cooper Black",
|
|
652
|
+
"physicalFamily": "Caprasimo",
|
|
653
|
+
"verdict": "metric_safe",
|
|
654
|
+
"faces": {
|
|
655
|
+
"regular": true,
|
|
656
|
+
"bold": false,
|
|
657
|
+
"italic": false,
|
|
658
|
+
"boldItalic": false
|
|
659
|
+
},
|
|
660
|
+
"gates": {
|
|
661
|
+
"static": "pass",
|
|
662
|
+
"metric": "pass",
|
|
663
|
+
"layout": "not_run",
|
|
664
|
+
"ship": "not_run"
|
|
665
|
+
},
|
|
666
|
+
"policyAction": "substitute",
|
|
667
|
+
"measurementRefs": [
|
|
668
|
+
"cooper-black_regular__caprasimo#regular#w400#786ab84e#analytic_advance#2026-06-05"
|
|
669
|
+
],
|
|
670
|
+
"exportRule": "preserve_original_name",
|
|
671
|
+
"advance": {
|
|
672
|
+
"meanDelta": 0,
|
|
673
|
+
"maxDelta": 0
|
|
674
|
+
},
|
|
675
|
+
"candidateLicense": "OFL-1.1",
|
|
676
|
+
"faceVerdicts": {
|
|
677
|
+
"regular": "metric_safe"
|
|
678
|
+
}
|
|
648
679
|
}
|
|
649
680
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docfonts/fallbacks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Measured open-font fallbacks for proprietary document fonts.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"directory": "packages/fallbacks"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
|
+
"gen:data": "bun run scripts/generate-data.ts",
|
|
38
39
|
"build": "tsc -p tsconfig.build.json",
|
|
39
40
|
"prepack": "bun run build"
|
|
40
41
|
},
|