Make WordPress Core

Ticket #57971: 57971.diff

File 57971.diff, 1.8 KB (added by sabernhardt, 18 months ago)

move font styling from link element to site title (or post title) block in Marigold and Whisper

  • src/wp-content/themes/twentytwentythree/styles/marigold.json

     
    153153                                "elements": {
    154154                                        "link": {
    155155                                                "typography": {
    156                                                         "fontSize": "var(--wp--preset--font-size--large)",
    157156                                                        "textDecoration": "none"
    158157                                                },
    159158                                                "color": {
     
    168167                                        }
    169168                                },
    170169                                "typography": {
     170                                        "fontSize": "var(--wp--preset--font-size--large)",
    171171                                        "fontWeight": "600"
    172172                                }
    173173                        },
     
    203203                                }
    204204                        },
    205205                        "core/site-title": {
    206                                 "elements": {
    207                                         "link": {
    208                                                 "typography": {
    209                                                         "fontSize": "var(--wp--preset--font-size--normal)"
    210                                                 }
    211                                         }
    212                                 },
    213206                                "typography": {
     207                                        "fontSize": "var(--wp--preset--font-size--normal)",
    214208                                        "textTransform": "lowercase"
    215209                                }
    216210                        }
  • src/wp-content/themes/twentytwentythree/styles/whisper.json

     
    288288                                                        }
    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                                                }
    297293                                        }
    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"
    303302                                }