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/typography/typography-preset-7.json

    r59146 r59233  
    1010                    "fluid": false,
    1111                    "name": "Small",
    12                     "size": "0.875rem",
     12                    "size": "0.9rem",
    1313                    "slug": "small"
    1414                },
    1515                {
    1616                    "fluid": {
    17                         "max": "1.1rem",
     17                        "max": "1.2rem",
    1818                        "min": "0.9rem"
    1919                    },
     
    2424                {
    2525                    "fluid": {
    26                         "max": "1.2rem",
    27                         "min": "1.09rem"
     26                        "max": "1.8rem",
     27                        "min": "1.2rem"
    2828                    },
    2929                    "name": "Large",
    30                     "size": "1.38rem",
     30                    "size": "1.2rem",
    3131                    "slug": "large"
    3232                },
    3333                {
    3434                    "fluid": {
    35                         "max": "2rem",
    36                         "min": "1.75rem"
     35                        "max": "2.2rem",
     36                        "min": "1.8rem"
    3737                    },
    3838                    "name": "Extra Large",
    39                     "size": "1.75rem",
     39                    "size": "1.8rem",
    4040                    "slug": "x-large"
    4141                },
    4242                {
    4343                    "fluid": {
    44                         "max": "3.625rem",
    45                         "min": "2.625rem"
     44                        "max": "2.8rem",
     45                        "min": "2rem"
    4646                    },
    4747                    "name": "Extra Extra Large",
    48                     "size": "2.625rem",
     48                    "size": "2rem",
    4949                    "slug": "xx-large"
    5050                }
     
    5454    "styles": {
    5555        "typography": {
     56            "fontSize": "var:preset|font-size|medium",
    5657            "fontFamily": "var:preset|font-family|fira-sans",
    57             "fontStyle": "normal",
    58             "fontWeight": "300",
    59             "letterSpacing": "-0.24px",
    60             "lineHeight": "1.4"
     58            "letterSpacing": "-0.01em",
     59            "lineHeight": "1.5"
    6160        },
    6261        "blocks": {
    63             "core/code": {
    64                 "typography": {
    65                     "fontSize": "var:preset|font-size|medium",
    66                     "fontWeight": "300"
    67                 }
    68             },
    69             "core/post-author": {
    70                 "typography": {
    71                     "fontSize": "var:preset|font-size|small"
    72                 }
    73             },
    74             "core/post-author-name": {
    75                 "typography": {
    76                     "fontSize": "var:preset|font-size|small"
    77                 }
    78             },
    79             "core/post-terms": {
    80                 "typography": {
    81                     "fontWeight": "400",
    82                     "textTransform": "uppercase"
    83                 }
    84             },
    8562            "core/post-title": {
    8663                "typography": {
    87                     "fontWeight": "200",
    88                     "letterSpacing": "-2.72px"
     64                    "fontWeight": "200"
    8965                }
    9066            },
     
    9369                    "fontFamily": "var:preset|font-family|literata",
    9470                    "fontWeight": "200",
    95                     "letterSpacing": "0em",
    96                     "lineHeight": "1.1"
     71                    "letterSpacing": "0em"
    9772                }
    9873            },
     
    10580            "core/quote": {
    10681                "typography": {
    107                     "fontStyle": "normal",
     82                    "fontSize": "var:preset|font-size|medium",
     83                    "letterSpacing": "-0.01em",
     84                    "lineHeight": "1.5",
    10885                    "fontWeight": "300"
    10986                }
     
    123100                "typography": {
    124101                    "fontFamily": "var:preset|font-family|literata",
    125                     "fontWeight": "600",
    126                     "letterSpacing": "-0.96px",
     102                    "fontWeight": "400",
    127103                    "textTransform": "uppercase"
    128104                }
     
    132108                    "fontFamily": "var:preset|font-family|literata",
    133109                    "fontWeight": "200",
    134                     "letterSpacing": "-0.02em"
     110                    "letterSpacing": "-0.02em",
     111                    "lineHeight": "1.24"
     112                }
     113            },
     114            "h6": {
     115                "typography": {
     116                    "fontWeight": "200"
    135117                }
    136118            }
Note: See TracChangeset for help on using the changeset viewer.