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

    r59146 r59233  
    1515                {
    1616                    "fluid": {
    17                         "max": "1.3rem",
    18                         "min": "1.2rem"
     17                        "max": "1.2rem",
     18                        "min": "1rem"
    1919                    },
    2020                    "name": "Medium",
     
    2424                {
    2525                    "fluid": {
    26                         "max": "1.6rem",
    27                         "min": "1.3rem"
     26                        "max": "1.8rem",
     27                        "min": "1.6rem"
    2828                    },
    2929                    "name": "Large",
    30                     "size": "1.38rem",
     30                    "size": "1.6rem",
    3131                    "slug": "large"
    3232                },
    3333                {
    3434                    "fluid": {
    35                         "max": "2rem",
    36                         "min": "1.75rem"
     35                        "max": "2.2rem",
     36                        "min": "1.8em"
    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                }
     
    5656            "fontFamily": "var:preset|font-family|literata",
    5757            "fontSize": "var:preset|font-size|medium",
    58             "fontStyle": "normal",
    59             "fontWeight": "300",
    60             "letterSpacing": "-0.22px",
    61             "lineHeight": "1.5"
     58            "letterSpacing": "-0.01em",
     59            "lineHeight": "1.6"
    6260        },
    6361        "blocks": {
     
    6563                "typography": {
    6664                    "fontFamily": "var:preset|font-family|beiruti"
    67                 }
    68             },
    69             "core/code": {
    70                 "typography": {
    71                     "fontSize": "var:preset|font-size|medium",
    72                     "fontStyle": "normal",
    73                     "fontWeight": "300"
    7465                }
    7566            },
     
    8475                }
    8576            },
    86             "core/post-author": {
    87                 "typography": {
    88                     "fontFamily": "var:preset|font-family|beiruti"
    89                 }
    90             },
    91             "core/post-author-name": {
    92                 "typography": {
    93                     "fontFamily": "var:preset|font-family|beiruti"
    94                 }
    95             },
    96             "core/post-date": {
    97                 "typography": {
    98                     "fontFamily": "var:preset|font-family|beiruti",
    99                     "fontSize": "var:preset|font-size|medium"
    100                 }
    101             },
    10277            "core/post-terms": {
    10378                "typography": {
    104                     "fontFamily": "var:preset|font-family|beiruti",
    105                     "fontSize": "var:preset|font-size|medium",
    10679                    "fontWeight": "300"
    107                 }
    108             },
    109             "core/post-title": {
    110                 "typography": {
    111                     "fontSize": "var:preset|font-size|xx-large",
    112                     "fontWeight": "500",
    113                     "letterSpacing": "-1px"
    11480                }
    11581            },
     
    12187                }
    12288            },
    123             "core/query-pagination": {
     89            "core/quote": {
    12490                "typography": {
    125                     "fontWeight": "300"
     91                    "fontSize": "var:preset|font-size|medium"
    12692                }
    12793            },
    128             "core/quote": {
     94            "core/query-pagination": {
    12995                "typography": {
    13096                    "fontWeight": "300"
     
    146112        },
    147113        "elements": {
    148             "h3": {
    149                 "typography": {
    150                     "fontSize": "1.8rem"
    151                 }
    152             },
    153114            "h4": {
    154115                "typography": {
     
    158119            "h5": {
    159120                "typography": {
    160                     "fontSize": "var:preset|font-size|medium"
     121                    "fontSize": "var:preset|font-size|medium",
     122                    "letterSpacing": "0px"
    161123                }
    162124            },
     
    170132                    "fontFamily": "var:preset|font-family|beiruti",
    171133                    "fontWeight": "500",
    172                     "letterSpacing": "-1px"
     134                    "letterSpacing": "-0.02em",
     135                    "lineHeight": "1.02"
    173136                }
    174137            }
Note: See TracChangeset for help on using the changeset viewer.