From 720333dc6bcdb617398620211dbd7bb1608356c0 Mon Sep 17 00:00:00 2001 From: ephraimduncan Date: Thu, 16 Jul 2026 15:46:09 +0000 Subject: [PATCH] fix(typography): allow italic synthesis for cjk fallback fonts --- apps/remix/app/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix/app/app.css b/apps/remix/app/app.css index 9c220de9c..fa5314459 100644 --- a/apps/remix/app/app.css +++ b/apps/remix/app/app.css @@ -66,7 +66,7 @@ html { @apply antialiased; font-optical-sizing: auto; - font-synthesis: none; + font-synthesis: style; } :root {