记录品牌语气、标题字体和正文字体的配对理由。灵感来自 pascalwengerter/awesome-webtools 中的 Font Mood Brief 同类在线工具,提供本地化、移动端友好、可复制的工作流输出。
为字体配对记录品牌语气、标题字体和正文字体。
输入品牌语气,结果将自动更新
输入标题字体,结果将自动更新
输入正文字体,结果将自动更新
Brand mood: calm, technical, trustworthy Typography pairing: Heading: Inter — 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif Body: Source Sans 3 — 'Source Sans 3', 'Segoe UI', Arial, sans-serif CSS (Google Fonts): <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source%2BSans%2B3:wght@400;500&display=swap" rel="stylesheet"> CSS font-family: --font-heading: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif; --font-body: 'Source Sans 3', 'Segoe UI', Arial, sans-serif; Rule: test numerals, punctuation, CJK fallback, and mobile line-height before shipping.