Editor: add configurable viewport sizes for fluid typography.

Adds options to configure min and max viewport sizes for fluid typography in theme.json settings.

Props ramonopoly.
Fixes #59048.

Built from https://develop.svn.wordpress.org/trunk@56535


git-svn-id: http://core.svn.wordpress.org/trunk@56047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison
2023-09-07 04:30:21 +00:00
parent 4b87f197f4
commit 337a910076
2 changed files with 16 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56534';
$wp_version = '6.4-alpha-56535';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.