Give the workbench the site's two typographic voices - #606
Merged
Conversation
briefloop.ai reserves serif for human judgement and monospace for the machine's voice. The workbench only had the serif on h1, so headings and metadata read as one flat sans layer. - h2 joins h1 in the serif stack, and the empty-state headline uses the site's section-head scale (clamp 26-34px, weight 650, 1.25 line-height). - Data and identifiers move to the mono stack: session status and time, tags, the document control strip and save state, and model ID inputs. - Body prose and buttons stay in the system sans, matching the live site.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
接上一轮的品牌标记,把网站的两种"声音"也搬进工作台:serif 留给人的判断,等宽留给机器的数据。
h1,h2,h3都是 serif;工作台之前只有 h1 是。现在 h2 一并归入 serif 栈,报告空状态标题改用网站.sec-head h2的规格(clamp(26px,2.4vw,34px)、字重 650、行高 1.25、字距 -0.01em)。--mono;模型 ID 是标识符,等宽后更易辨认。.btn也是 sans,只有 DESIGN.md 里的旧规格写的是 mono)。验证:无头 Chrome 实际渲染确认——侧栏标记与 serif 字标、空状态的 serif 大标题与居中品牌标记、元数据的等宽效果都正常;
python -m pytest -q180 passed;node tests/frontend_setup_state.mjs通过。