Closed colorful-tones closed 2 years ago
While Frost currently has some support for fluid type using calc() for some of its font-size values. With Gutenberg 13.8, there is the new settings.typography.fluid setting, which allows us to have broader, core support.
calc()
settings.typography.fluid
https://github.com/WordPress/gutenberg/pull/39529
Add settings.typography.fluid support and update existing values to support it.
See fluid typography in action: https://frostwp.com/style-guide/fluid-typography/
What problem does this address?
While Frost currently has some support for fluid type using
calc()
for some of its font-size values. With Gutenberg 13.8, there is the newsettings.typography.fluid
setting, which allows us to have broader, core support.https://github.com/WordPress/gutenberg/pull/39529
What is your proposed solution?
Add
settings.typography.fluid
support and update existing values to support it.