Entity forms using default theme font-family instead of admin theme

Created on 21 August 2025, 27 days ago

Problem/Motivation

When Radix theme or subtheme is the default theme, the entity forms (node/taxonomy/block) utilize Radix's font-family instead of the administration theme's font-family.

Steps to reproduce

  1. Create a Radix subtheme
  2. Edit subtheme/src/base/_typography.scss and add the following:
  3. body {
        font-family: Times;
      }
  4. Compile subtheme with npm run watch
  5. Go to Appearance (/admin/appearance)
  6. Set Radix subtheme as default theme
  7. Set Administration theme as Gin or Claro
  8. Check "Use the administration theme when editing or creating content"
  9. Observe administration theme body font looks fine, except when viewing entity forms (e.g. /node/add/page, /node/add/article, /admin/structure/taxonomy/manage/tags/add, /block/add/content)

🐛 Bug report
Status

Active

Version

6.0

Component

Code

Created by

🇨🇦Canada chrisck BC, Canada

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024