Assemblash 1.7.1
Assemblash 1.7.1
Bugfix release. font install now delivers a bold face. fontWeight: 700
then works for install-only users. This release contains only the defect
registered against 1.7.0. No new capability. No schema change. No operation
change. No new surface. No dependency bump.
Fixed
- A store built only through
font installheld no bold face. Every
fontWeight: 700layer then failed with a typedMissingFont. The
bundled manifest shipped Noto Sans, Noto Serif and Noto Sans Mono only as
variable fonts. The font database sees only the 400 default face of a
variable font. The manifest now also registers a bold (700) face for each
of the threedefault-pack families. Each new entry pins sha256 to a
commit of the notofonts distribution. An install of a family now installs
every face registered under its name.font install --listand
GET /api/fonts/cataloguestill answer once per family. The byte totals
now include the bold faces.
Rendering does not change. The engine, the gate goldens, and the typed
refusal for a truly absent face stay the same.