Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (7 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/08-midnight.json

    r59146 r59233  
    2727                },
    2828                {
    29                     "color": "#4433A6",
     29                    "color": "#5644BC",
    3030                    "name": "Accent 1",
    3131                    "slug": "accent-1"
     
    6363                    "fluid": false,
    6464                    "name": "Small",
    65                     "size": "0.875rem",
     65                    "size": "0.9rem",
    6666                    "slug": "small"
    6767                },
    6868                {
    6969                    "fluid": {
    70                         "max": "1.1rem",
     70                        "max": "1.2rem",
    7171                        "min": "0.9rem"
    7272                    },
     
    7777                {
    7878                    "fluid": {
    79                         "max": "1.2rem",
    80                         "min": "1.09rem"
     79                        "max": "1.8rem",
     80                        "min": "1.2rem"
    8181                    },
    8282                    "name": "Large",
    83                     "size": "1.38rem",
     83                    "size": "1.2rem",
    8484                    "slug": "large"
    8585                },
    8686                {
    8787                    "fluid": {
    88                         "max": "2rem",
    89                         "min": "1.75rem"
     88                        "max": "2.2rem",
     89                        "min": "1.8rem"
    9090                    },
    9191                    "name": "Extra Large",
    92                     "size": "1.75rem",
     92                    "size": "1.8rem",
    9393                    "slug": "x-large"
    9494                },
    9595                {
    9696                    "fluid": {
    97                         "max": "3.625rem",
    98                         "min": "2.625rem"
     97                        "max": "2.8rem",
     98                        "min": "2rem"
    9999                    },
    100100                    "name": "Extra Extra Large",
    101                     "size": "2.625rem",
     101                    "size": "2rem",
    102102                    "slug": "xx-large"
    103103                }
     
    107107    "styles": {
    108108        "typography": {
     109            "fontSize": "var:preset|font-size|medium",
    109110            "fontFamily": "var:preset|font-family|fira-sans",
    110             "fontStyle": "normal",
    111             "fontWeight": "300",
    112             "letterSpacing": "-0.24px",
    113             "lineHeight": "1.4"
     111            "letterSpacing": "-0.01em",
     112            "lineHeight": "1.5"
    114113        },
    115114        "blocks": {
     
    134133            },
    135134            "core/code": {
    136                 "typography": {
    137                     "fontSize": "var:preset|font-size|medium",
    138                     "fontWeight": "300"
    139                 },
    140135                "color": {
    141136                    "background": "var:preset|color|accent-2",
     
    153148                }
    154149            },
    155             "core/post-author": {
    156                 "typography": {
    157                     "fontSize": "var:preset|font-size|small"
    158                 }
    159             },
    160             "core/post-author-name": {
    161                 "typography": {
    162                     "fontSize": "var:preset|font-size|small"
    163                 }
    164             },
    165150            "core/post-date": {
    166151                "color": {
     
    180165                }
    181166            },
    182             "core/post-terms": {
    183                 "typography": {
    184                     "fontWeight": "400",
    185                     "textTransform": "uppercase"
    186                 }
    187             },
    188167            "core/post-title": {
    189168                "typography": {
    190                     "fontWeight": "200",
    191                     "letterSpacing": "-2.72px"
     169                    "fontWeight": "200"
    192170                }
    193171            },
     
    214192                    "fontFamily": "var:preset|font-family|literata",
    215193                    "fontWeight": "200",
    216                     "letterSpacing": "0em",
    217                     "lineHeight": "1.1"
     194                    "letterSpacing": "0em"
    218195                }
    219196            },
     
    226203            "core/quote": {
    227204                "typography": {
    228                     "fontStyle": "normal",
     205                    "fontSize": "var:preset|font-size|medium",
     206                    "letterSpacing": "-0.01em",
     207                    "lineHeight": "1.5",
    229208                    "fontWeight": "300"
    230209                }
     
    269248                "typography": {
    270249                    "fontFamily": "var:preset|font-family|literata",
    271                     "fontStyle": "normal",
    272                     "fontWeight": "600",
    273                     "letterSpacing": "-0.96px",
     250                    "fontSize": "var:preset|font-size|medium",
     251                    "fontWeight": "400",
     252                    "letterSpacing": "-0.01em",
    274253                    "textTransform": "uppercase"
    275254                },
     
    284263                    "fontFamily": "var:preset|font-family|literata",
    285264                    "fontWeight": "200",
    286                     "letterSpacing": "-0.02em"
     265                    "letterSpacing": "-0.02em",
     266                    "lineHeight": "1.24"
     267                }
     268            },
     269            "h6": {
     270                "typography": {
     271                    "fontWeight": "200"
    287272                }
    288273            }
Note: See TracChangeset for help on using the changeset viewer.