@kont-sh/registry
v0.2.0
Published
Korean web font registry — vibe metadata, license info, install snippets, recipes. Early access (0.x).
Maintainers
Readme
@kont-sh/registry
Korean web font registry — vibe metadata, license info, install snippets.
Source of truth for the kont integration layer for Korean typography. Used by @kont-sh/cli (font lookup + install) and @kont-sh/mcp (AI agent surface).
What's inside
- 24 Korean fonts with full metadata: license, source lane, install rules, vibe (8 axes).
- Honest verification state — fonts that haven't been auto-verified report
recheck_required. Nothing is fabricated. - License gate:
canRedistributeFont(font)returnstrueonly forOFL-1.1 + redistributionAllowed.
Use
import {
fonts,
getFontBySlug,
canRedistributeFont,
fontVibeBySlug,
} from "@kont-sh/registry";
const font = getFontBySlug("noto-sans-kr");
console.log(font?.vibe?.summaryKo);Status
Early access (0.x) — APIs may change. Pin to a specific minor when integrating.
License
MIT — see LICENSE. Individual fonts in the registry are governed by their own foundry licenses (linked from each FontRecord.license.evidenceUrl).
