-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
[Feature] TypographyFont and typography-related issues and PRsFont and typography-related issues and PRs[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] RegressionRelated to a regression in the latest releaseRelated to a regression in the latest release
Description
Description
#51178 fixed a bug in 15.9 that prevented fonts included in themes to be loaded in the Editor, both post and Site Editor. This was due to a change in #50875.
While #51178 fixed the issue when the Editor is iframed, if a plugin registers metaboxes, the Editor is no longer iframed. As a result, the fonts are no longer loaded.
Step-by-step reproduction instructions
- Using TT3, switch to the Block out style variation, which uses a custom heading font making it easy to see the difference.
- Install and activate Yoast, or another plugin that registers a metabox in the post Editor.
- Create a new page/post and add a few headings. See that the custom IBM Plex Mono font is not actually getting applied.
- Deactivate Yoast and see that the font is now applied.
Screenshots, screen recording, code snippet
| With Yoast Active | Without Yoast Active |
|---|---|
![]() |
![]() |
Environment info
- WordPress 6.2
- Gutenberg 15.9.1
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
ironprogrammer and bgardner
Metadata
Metadata
Assignees
Labels
[Feature] TypographyFont and typography-related issues and PRsFont and typography-related issues and PRs[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] RegressionRelated to a regression in the latest releaseRelated to a regression in the latest release

