diff --git a/reflex/style.py b/reflex/style.py index 21a601dd0a..814cf19fe9 100644 --- a/reflex/style.py +++ b/reflex/style.py @@ -47,6 +47,8 @@ "marginY": ("marginTop", "marginBottom"), "bg": ("background",), "bgColor": ("backgroundColor",), + # Radix components derive their font from this CSS var, not inherited from body or class. + "fontFamily": ("fontFamily", "--default-font-family"), }