cmux/web/app
Lawrence Chen 8dc4f5bd05
Fix ASCII diagram font rendering on concepts page (#420)
* Fix ASCII diagram rendering: use system mono font for box-drawing chars

Geist Mono renders box-drawing characters (┌─┐│└┘) at double width,
breaking alignment in the concepts page diagram. Use system monospace
fonts (Menlo, Monaco, Consolas) for ascii-variant code blocks, which
handle these characters at correct single width.

* Fix CSS specificity: code element was overriding pre font-family

.docs-content code sets font-family to Geist Mono, which overrides
the system mono font set on the parent pre element. Geist Mono is
loaded with Latin subset only, lacking box-drawing glyphs (U+2500-257F),
so browsers fall back to CJK-aware fonts that render them double-width.

Fix: add font-family: inherit to .docs-content pre code so code
elements inside pre blocks inherit the correct font from their parent.
2026-02-23 20:19:45 -08:00
..
(legal) Widen page max-width and remove theme transition on change 2026-02-10 16:00:18 -08:00
assets Add homepage wall of love, FAQ, blog post, footer redesign, and SEO improvements 2026-02-21 06:16:38 -08:00
blog Set community gap to 16px, add dingyi China tweet to blog post (#279) 2026-02-21 06:26:55 -08:00
community Update Discord invite links to new permanent URL (#238) 2026-02-21 01:14:12 -08:00
components Fix ASCII diagram font rendering on concepts page (#420) 2026-02-23 20:19:45 -08:00
docs Add Read the Docs link below bottom CTA on homepage (#411) 2026-02-23 20:09:44 -08:00
wall-of-love Add homepage wall of love, FAQ, blog post, footer redesign, and SEO improvements 2026-02-21 06:16:38 -08:00
apple-icon.png Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
favicon.ico Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
globals.css Fix ASCII diagram font rendering on concepts page (#420) 2026-02-23 20:19:45 -08:00
icon.png Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
keyboard-shortcuts.tsx feat(shortcuts): add rename-workspace keybind 2026-02-22 18:38:34 -05:00
layout.tsx Add homepage wall of love, FAQ, blog post, footer redesign, and SEO improvements 2026-02-21 06:16:38 -08:00
page.tsx Add Read the Docs link below bottom CTA on homepage (#411) 2026-02-23 20:09:44 -08:00
posthog.tsx Remove docs-site, add PostHog analytics to web (#66) 2026-02-18 04:00:04 -08:00
providers.tsx Remove docs-site, add PostHog analytics to web (#66) 2026-02-18 04:00:04 -08:00
robots.ts Add docs, blog, community pages and polish landing page layout 2026-02-09 23:38:05 -08:00
sitemap.ts Add homepage wall of love, FAQ, blog post, footer redesign, and SEO improvements 2026-02-21 06:16:38 -08:00
testimonials.tsx Add Reddit testimonial from u/afruth to wall of love (#314) 2026-02-22 15:37:22 -08:00
theme.tsx CSS-only theme icon toggle, iOS status bar theme-color 2026-02-10 01:27:15 -08:00
typing.tsx Add docs, blog, community pages and polish landing page layout 2026-02-09 23:38:05 -08:00