Make WordPress Core


Ignore:
Timestamp:
07/04/2023 01:38:56 PM (15 months ago)
Author:
audrasjb
Message:

Twenty Twenty-Three: Allow changing Site Title font size in Marigold and Whisper styles.

This changeset moves font styling from link element to site title (or post title) block in Marigold and Whisper style variations, which allows to change Site
Title block font size.

Props ryelle, shuvoaftab, sabernhardt, alvitazwar052, shailu25, poena, audrasjb.
Fixes #57971.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json

    r54686 r56131  
    289289                        },
    290290                        "typography": {
    291                             "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    292                             "fontSize": "var(--wp--preset--font-size--large)",
    293                             "fontWeight": "700",
    294                             "letterSpacing": "-0.01em",
    295291                            "textDecoration": "none"
    296292                        }
     
    298294                },
    299295                "typography": {
     296                    "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    300297                    "fontSize": "var(--wp--preset--font-size--large)",
     298                    "fontWeight": "700",
     299                    "letterSpacing": "-0.01em",
    301300                    "lineHeight": "1.4",
    302301                    "textTransform": "capitalize"
Note: See TracChangeset for help on using the changeset viewer.