Tokens · Typography

Typography

3 つのフォントファミリーと 11 段階のスケール。Mincho はブランド演出専用 ── ホーム画面の漢字や、色のストーリーの見出しに限定して使います。

Font families

Sans本文・見出し・UI
The quick brown fox — 群青 becoming blue.
Inter (next/font/google)
Minchoブランドの見出し・漢字
群青 — Becoming blue.
var(--font-mincho) — Shippori Mincho
Monoコード・データ・識別子
import { Button } from "@gunjo/ui";
ui-monospace, SFMono-Regular, Menlo, Consolas

Scale

text-xs12px
Becoming blue
text-sm14px
Becoming blue
text-base16px
Becoming blue
text-lg18px
Becoming blue
text-xl20px
Becoming blue
text-2xl24px
Becoming blue
text-3xl30px
Becoming blue
text-4xl36px
Becoming blue
text-5xl48px
Becoming blue
text-6xl60px
Becoming blue
text-7xl72px
Becoming blue

Weights

群青 Aa
font-normal400
群青 Aa
font-medium500
群青 Aa
font-semibold600
群青 Aa
font-bold700
群青 Aa
font-extrabold800

密度のルール

  • 本文のデフォルト: UI コントロールは text-sm (14px)、長文プロースは text-base (16px)。
  • コントロールの高さ: ボタン・入力・セレクトはすべて 36px (h-9)。ダッシュボード向けにコンパクトでありながらタップしやすいバランス。
  • 見出しの階層: H1 は text-4xl/lg:text-5xl、H2 は text-2xl、H3 は text-xl、H4 は text-lg。