Make WordPress Core


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

    r59146 r59233  
    44    "title": "Literata & Ysabeau Office",
    55    "slug": "typography-preset-5",
     6    "settings": {
     7        "typography": {
     8            "fontSizes": [
     9                {
     10                    "fluid": false,
     11                    "name": "Small",
     12                    "size": "0.875rem",
     13                    "slug": "small"
     14                },
     15                {
     16                    "fluid": {
     17                        "max": "1.125rem",
     18                        "min": "1rem"
     19                    },
     20                    "name": "Medium",
     21                    "size": "1rem",
     22                    "slug": "medium"
     23                },
     24                {
     25                    "fluid": {
     26                        "max": "1.375rem",
     27                        "min": "1.125rem"
     28                    },
     29                    "name": "Large",
     30                    "size": "1.38rem",
     31                    "slug": "large"
     32                },
     33                {
     34                    "fluid": {
     35                        "max": "2rem",
     36                        "min": "1.75rem"
     37                    },
     38                    "name": "Extra Large",
     39                    "size": "1.75rem",
     40                    "slug": "x-large"
     41                },
     42                {
     43                    "fluid": {
     44                        "max": "2.6rem",
     45                        "min": "1.4rem"
     46                    },
     47                    "name": "Extra Extra Large",
     48                    "size": "2.6rem",
     49                    "slug": "xx-large"
     50                }
     51            ]
     52        }
     53    },
    654    "styles": {
    755        "typography": {
    856            "fontFamily": "var:preset|font-family|ysabeau-office",
    9             "fontSize": "1.5rem",
    10             "fontWeight": "400",
    11             "letterSpacing": "-0.24px",
    12             "lineHeight": "1.4"
     57            "letterSpacing": "-0.24px"
    1358        },
    1459        "blocks": {
     
    1964            },
    2065            "core/post-author-name": {
    21                 "typography": {
    22                     "fontSize": "var:preset|font-size|medium"
    23                 },
    24                 "elements": {
    25                     "link": {
    26                         "typography": {
    27                             "textDecoration": "underline"
    28                         },
    29                         ":hover": {
    30                             "typography": {
    31                                 "textDecoration": "none"
    32                             }
    33                         }
    34                     }
    35                 }
    36             },
    37             "core/post-terms": {
    38                 "typography": {
    39                     "fontWeight": "400",
    40                     "fontSize": "var:preset|font-size|medium"
    41                 },
    4266                "elements": {
    4367                    "link": {
     
    6185            "core/pullquote": {
    6286                "typography": {
    63                     "fontSize": "var:preset|font-size|x-large"
     87                    "fontSize": "var:preset|font-size|xx-large"
    6488                },
    6589                "elements": {
     
    7397            },
    7498            "core/quote": {
    75                 "typography": {
    76                     "fontSize": "1.5rem",
    77                     "fontWeight": "500",
    78                     "letterSpacing": "-0.18px"
    79                 },
    8099                "elements": {
    81100                    "cite": {
    82101                        "typography": {
    83102                            "fontSize": "var:preset|font-size|medium",
    84                             "fontWeight": "300",
    85103                            "letterSpacing": "-0.14px"
    86104                        }
     
    105123                "typography": {
    106124                    "fontFamily": "var:preset|font-family|literata",
    107                     "fontSize": "1.375rem",
     125                    "fontSize": "var:preset|font-size|medium",
    108126                    "fontWeight": "900",
    109127                    "letterSpacing": "-0.36px"
     
    113131                "typography": {
    114132                    "fontFamily": "var:preset|font-family|literata",
    115                     "fontWeight": "900"
     133                    "fontWeight": "900",
     134                    "lineHeight": "1.2"
     135                }
     136            },
     137            "h5": {
     138                "typography": {
     139                    "letterSpacing": "0px"
     140                }
     141            },
     142            "h6": {
     143                "typography": {
     144                    "fontWeight": "900",
     145                    "letterSpacing": "0px"
    116146                }
    117147            }
Note: See TracChangeset for help on using the changeset viewer.