Hey GP Team,
I don’t think this is a GP issue as much as it’s a CORE WP issue, but wanted to bring it up.
See issue here: https://github.com/WordPress/gutenberg/issues/38252
Defaulted options and values in Gutenberg get dumped inline with !Important tags. EG adding “Custom Class” to Typography and using “.has-medium-font-size” does not work because they tack on !important declaration.
I realize I can edit the variable in my child theme or Additional CSS (–wp–preset–font-size–medium) to overcome this.
but mostly, i’d just love to have all my typography settings under one roof. Seems like Core has left theme devs holding the bag on this one!