Files
wangjia 40760aa884
ci / server (push) Failing after 14s
ci / design-tokens (push) Failing after 11s
dudu MVP:五端语音输入法初始提交
- server:Go 网关(WS 流式识别中继/计费配额/微信登录支付 mock/反馈/埋点),gummy provider 已真实联调
- desktop:Tauri 2(全局快捷键 push-to-talk/浮层/托盘/设置/登录购买/反馈/首启引导)
- android:Compose 主 App + IME(键盘内录音直传)
- ios:App + 键盘扩展(1A spike 实证键盘内不可录音,走 deep link 听写)
- design/design-pipeline:设计系统 + token 导出 iOS/Android 主题
- doc:前后端设计文档(HTML);web:官网宣传页;todo:任务看板

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 00:38:37 +08:00

39 lines
1.4 KiB
CSS

/* ============================================================
dudu · 字体与排版令牌
UI 中文走系统字体(输入法 = 原生应用,跟随系统最自然);
Outfit(圆润几何无衬线)用于拉丁字 "dudu"、数字与价格,
与圆嘴 logo 的线条语言呼应。字重只用 400/500/600/700。
============================================================ */
:root {
--font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, 'PingFang SC',
'MiSans', 'HarmonyOS Sans SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
--font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
/* 字号阶梯 */
--text-xs: 12px; /* 角标、键帽 */
--text-sm: 13px; /* 次要信息、菜单 */
--text-base: 14px; /* 桌面正文 */
--text-md: 15px; /* 浮层识别文本、移动正文 */
--text-lg: 17px; /* 区块标题、移动列表 */
--text-xl: 20px; /* 窗口标题 */
--text-2xl: 24px; /* 页面大标题 */
--text-3xl: 32px; /* 价格、大数字 */
--text-4xl: 44px; /* 营销大字 */
/* 字重 */
--weight-regular: 400;
--weight-medium: 500;
--weight-semibold: 600;
--weight-bold: 700;
/* 行高 */
--leading-tight: 1.25;
--leading-normal: 1.5;
--leading-loose: 1.75; /* 中文长文本 */
/* 字距 */
--tracking-normal: 0;
--tracking-wide: 0.02em; /* 品牌字 dudu */
}