Make WordPress Core

Changeset 61021


Ignore:
Timestamp:
10/21/2025 12:20:56 PM (4 months ago)
Author:
ellatrix
Message:

Global styles: inherit all typography styles.

This PR syncs the changes initially added to Gutenberg in https://github.com/WordPress/gutenberg/pull/70676.

See https://github.com/WordPress/wordpress-develop/pull/9268.
See https://core.trac.wordpress.org/ticket/63700.

Fixes #63700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.json

    r60234 r61021  
    384384                    "fontSize": "inherit",
    385385                    "fontFamily": "inherit",
     386                    "fontStyle": "inherit",
     387                    "fontWeight": "inherit",
     388                    "letterSpacing": "inherit",
     389                    "textTransform": "inherit",
    386390                    "lineHeight": "inherit",
    387391                    "textDecoration": "none"
Note: See TracChangeset for help on using the changeset viewer.