OPEN_GRID API - v1.5.2
    Preparing search index...

    Function defineTypography

    • 사용자 정의 프리셋 등록.

      색·형태·밀도·질감 토큰이 섞여 있으면 등록 게이트가 즉시 throw 한다(축 오염 금지). 웹폰트 선언(url(/@font-face)도 throw. 음수 자간 × CJK 스택은 normal 로 클램프하고 경고한다.

      Register a user-defined preset.

      The registration gate throws immediately on color/form/density/texture tokens (axis pollution) and on web-font declarations. A negative tracking value on a CJK stack is clamped to normal with a warning.

      Parameters

      • id: string

        프리셋 id

        Preset id

      • delta: TokenDelta

        타이포 토큰 델타

        Typography token delta

      Returns { delta: TokenDelta; warnings: string[] }

      클램프 반영된 델타 + 경고

      The clamped delta plus warnings

      defineTypography('brand', { '--og-font-family': '"My Sans", sans-serif', '--og-font-weight': '450' });