Fix FAQ font inconsistency on landing page - #31
Merged
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Set font-family on .tui-answer and match ol/ul/li to p typography - Add border-left colors for prompt and spend FAQ modifiers - Rewrite start-from-idea card as two p paragraphs (no Ink/Doppler) - Bump styles.css cache buster across all HTML pages - Extend landing readiness tests for new prompt FAQ shape Co-authored-by: Paul Zgordan <dancingteeth@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/faq-font-consistency-b599
branch
from
September 4, 2026 14:50
3b92dfc to
48b1901
Compare
dancingteeth
marked this pull request as ready for review
September 4, 2026 14:52
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
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.
Summary
Rebased onto main (#30). CSS-only font unification for FAQ columns — no copy regression.
.tui-answer { font-family: var(--font-sans) }+ matchingol/ul/litypographyp + pspacing for multi-paragraph FAQ cards--prompt/--spendborder-left colorsstyles.css?v=20260904-faqtypeon all HTML pagesFAQ copy
Restored #30 substance exactly (agent-logo path + terminal path + “The check stays the finish line.”). HTML uses two
<p>blocks instead of<ol>so list items inherit the same body font as sibling cards.Test plan
pnpm exec vitest run src/site/landingAgentReadiness.test.ts(28 passed)