diff --git a/apps/mobile/global.css b/apps/mobile/global.css index 6d36bf77caf2..bfb2448be2a1 100644 --- a/apps/mobile/global.css +++ b/apps/mobile/global.css @@ -4,6 +4,10 @@ /* ─── Theme tokens ──────────────────────────────────────────────────── */ @layer theme { :root { + @variant android { + --font-mono: "monospace"; + } + @variant light { /* Page backgrounds */ --color-screen: #f2f2f7;