From 7e7110ae88023f5c4212923c64e8a48d0c2a8370 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:29:54 +0800 Subject: [PATCH 01/16] Fix typography audit issues --- src/app/globals.css | 2 +- src/app/mockups/answer-evidence-popups/page.tsx | 8 ++++---- src/app/mockups/recent-searches-bottom/page.tsx | 2 +- .../calculator-mockups/bedside-sheet-mockup.tsx | 2 +- .../calculator-mockups/clinical-console-mockup.tsx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index da1e65847..6ace20cdc 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -99,7 +99,7 @@ /* Font families: bind Tailwind's font-sans / font-mono to the loaded Geist faces (variables set on by next/font). font-mono is used for clinical codes and IDs (guideline refs, chunk/page numbers, versions). */ - --font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; + --font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --font-mono: var(--font-geist-mono), ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace; --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1); diff --git a/src/app/mockups/answer-evidence-popups/page.tsx b/src/app/mockups/answer-evidence-popups/page.tsx index e4e67cb45..b267c11ea 100644 --- a/src/app/mockups/answer-evidence-popups/page.tsx +++ b/src/app/mockups/answer-evidence-popups/page.tsx @@ -279,7 +279,7 @@ function MobileSheetFrame({
-

{title}

+

{title}

{description}

@@ -609,7 +609,7 @@ function DesktopEvidenceModal() {
-

Evidence

+

Evidence

Source-backed @@ -639,7 +639,7 @@ function TableDialog() {
-

Clozapine monitoring table

+

Clozapine monitoring table

Expanded from visual evidence. Use the source PDF for final verification.

@@ -662,7 +662,7 @@ function WeakEvidencePopup() {
-

Evidence support is limited

+

Evidence support is limited

Do not copy into notes

diff --git a/src/app/mockups/recent-searches-bottom/page.tsx b/src/app/mockups/recent-searches-bottom/page.tsx index 5d38f6984..79c275596 100644 --- a/src/app/mockups/recent-searches-bottom/page.tsx +++ b/src/app/mockups/recent-searches-bottom/page.tsx @@ -29,7 +29,7 @@ function RecentSearchRail() { className="inline-flex min-h-9 max-w-[15rem] shrink-0 items-center gap-1.5 rounded-full border border-[color:var(--border)] bg-[color:var(--surface-raised)]/78 px-3 text-xs font-semibold text-[color:var(--text-muted)] shadow-[var(--shadow-inset)] backdrop-blur transition hover:border-[color:var(--border-strong)] hover:bg-[color:var(--surface)] hover:text-[color:var(--text)]" > - {search} + {search} ))}

diff --git a/src/components/calculator-mockups/bedside-sheet-mockup.tsx b/src/components/calculator-mockups/bedside-sheet-mockup.tsx index 3914be772..a5bdaa76c 100644 --- a/src/components/calculator-mockups/bedside-sheet-mockup.tsx +++ b/src/components/calculator-mockups/bedside-sheet-mockup.tsx @@ -160,7 +160,7 @@ export function CalculatorsBedsideSheetMockup() {