Font size presets inconsistent with the global fluid typography setting. #64765
Labels
[Feature] Typography
Font and typography-related issues and PRs
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
[Type] Bug
An existing feature does not function as intended
Description
The font size preset UI is inconsistent regarding the global fluid typography setting. If the setting is not enabled, the fluid typography UI is still available to users, but the saved settings have no impact on the frontend because the fluid settings make no impact when the
"fluid":true
isn't set in thesettings.typography
path of thetheme.json
file.Fixing this issue is an alternative to another issue: make the 'local' fluid setting work despite the global one. Depending on the decision on #64766 Should a particular 'fluid' setting of a font size preset work if the global typography.fluid setting is not set or is false? we can close this issue as not valid.
Step-by-step reproduction instructions
"fluid":true
set in thesettings.typography
path of thetheme.json
file.This isn't consistent because despite adding those settings, they won't impact the rendering of the font sizes because the global
fluid
is not set.Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: