Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (16 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 Beta 3.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 3.

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@0d8b245...5d17f41

Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/styles/02-noon.json

    r59146 r59233  
    5858                {
    5959                    "fluid": {
    60                         "max": "1.3rem",
    61                         "min": "1.2rem"
     60                        "max": "1.2rem",
     61                        "min": "1rem"
    6262                    },
    6363                    "name": "Medium",
     
    6767                {
    6868                    "fluid": {
    69                         "max": "1.6rem",
    70                         "min": "1.3rem"
     69                        "max": "1.8rem",
     70                        "min": "1.6rem"
    7171                    },
    7272                    "name": "Large",
    73                     "size": "1.38rem",
     73                    "size": "1.6rem",
    7474                    "slug": "large"
    7575                },
    7676                {
    7777                    "fluid": {
    78                         "max": "2rem",
    79                         "min": "1.75rem"
     78                        "max": "2.2rem",
     79                        "min": "1.8em"
    8080                    },
    8181                    "name": "Extra Large",
    82                     "size": "1.75rem",
     82                    "size": "1.8rem",
    8383                    "slug": "x-large"
    8484                },
    8585                {
    8686                    "fluid": {
    87                         "max": "3.625rem",
    88                         "min": "2.625rem"
     87                        "max": "2.8rem",
     88                        "min": "2rem"
    8989                    },
    9090                    "name": "Extra Extra Large",
    91                     "size": "2.625rem",
     91                    "size": "2rem",
    9292                    "slug": "xx-large"
    9393                }
     
    102102            "fontFamily": "var:preset|font-family|literata",
    103103            "fontSize": "var:preset|font-size|medium",
    104             "fontStyle": "normal",
    105             "fontWeight": "300",
    106             "letterSpacing": "-0.22px",
    107             "lineHeight": "1.5"
     104            "letterSpacing": "-0.01em",
     105            "lineHeight": "1.6"
    108106        },
    109107        "blocks": {
     
    157155                }
    158156            },
    159             "core/code": {
    160                 "typography": {
    161                     "fontSize": "var:preset|font-size|medium",
    162                     "fontStyle": "normal",
     157            "core/list": {
     158                "typography": {
     159                    "lineHeight": "1.3"
     160                }
     161            },
     162            "core/loginout": {
     163                "typography": {
     164                    "fontSize": "var:preset|font-size|medium"
     165                }
     166            },
     167            "core/post-terms": {
     168                "typography": {
    163169                    "fontWeight": "300"
    164170                }
    165171            },
    166             "core/list": {
    167                 "typography": {
    168                     "lineHeight": "1.3"
    169                 }
    170             },
    171             "core/loginout": {
    172                 "typography": {
    173                     "fontSize": "var:preset|font-size|medium"
    174                 }
    175             },
    176             "core/post-author": {
    177                 "typography": {
    178                     "fontFamily": "var:preset|font-family|beiruti"
    179                 }
    180             },
    181             "core/post-author-name": {
    182                 "typography": {
    183                     "fontFamily": "var:preset|font-family|beiruti"
    184                 }
    185             },
    186             "core/post-date": {
    187                 "typography": {
    188                     "fontFamily": "var:preset|font-family|beiruti",
    189                     "fontSize": "var:preset|font-size|medium"
    190                 }
    191             },
    192             "core/post-terms": {
    193                 "typography": {
    194                     "fontFamily": "var:preset|font-family|beiruti",
    195                     "fontSize": "var:preset|font-size|medium",
    196                     "fontWeight": "300"
    197                 }
    198             },
    199172            "core/post-title": {
    200173                "color": {
     
    207180                        }
    208181                    }
    209                 },
    210                 "typography": {
    211                     "fontSize": "var:preset|font-size|xx-large",
    212                     "fontWeight": "500",
    213                     "letterSpacing": "-1px"
    214182                }
    215183            },
     
    231199                }
    232200            },
     201            "core/quote": {
     202                "typography": {
     203                    "fontSize": "var:preset|font-size|medium"
     204                }
     205            },
    233206            "core/query-pagination": {
    234207                "typography": {
     
    246219                        }
    247220                    }
    248                 }
    249             },
    250             "core/quote": {
    251                 "typography": {
    252                     "fontWeight": "300"
    253221                }
    254222            },
     
    274242                }
    275243            },
    276             "h3": {
    277                 "typography": {
    278                     "fontSize": "1.8rem"
    279                 }
    280             },
    281244            "h4": {
    282245                "typography": {
     
    286249            "h5": {
    287250                "typography": {
    288                     "fontSize": "var:preset|font-size|medium"
     251                    "fontSize": "var:preset|font-size|medium",
     252                    "letterSpacing": "0px"
    289253                }
    290254            },
     
    301265                    "fontFamily": "var:preset|font-family|beiruti",
    302266                    "fontWeight": "500",
    303                     "letterSpacing": "-1px"
     267                    "letterSpacing": "-0.02em",
     268                    "lineHeight": "1.02"
    304269                }
    305270            },
Note: See TracChangeset for help on using the changeset viewer.