This changes the way the single font size preset is applied in Canary, as it seems to be causing issues with how typography is used in Global Styles.
Instead of overwriting each font size preset with the same value, this overrides each font size setting to the same preset (small).
This also removes the font family setting for core/heading, as this doesn't seem to be required anymore and it makes managing the font families from Global Styles less confusing.
This changes the way the single font size preset is applied in Canary, as it seems to be causing issues with how typography is used in Global Styles.
Instead of overwriting each font size preset with the same value, this overrides each font size setting to the same preset (
small
).This also removes the font family setting for
core/heading
, as this doesn't seem to be required anymore and it makes managing the font families from Global Styles less confusing.Fixes https://github.com/WordPress/twentytwentythree/issues/278.