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-4.json

    r59146 r59233  
    44    "title": "Roboto Slab & Manrope",
    55    "slug": "typography-preset-4",
     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.4rem",
     45                        "min": "2.15rem"
     46                    },
     47                    "name": "Extra Extra Large",
     48                    "size": "2.15rem",
     49                    "slug": "xx-large"
     50                }
     51            ]
     52        }
     53    },
    654    "styles": {
    755        "typography": {
    8             "fontWeight": "500",
    9             "lineHeight": "1.3",
    10             "letterSpacing": "-0.22px"
     56            "letterSpacing": "0"
    1157        },
    1258        "blocks": {
    13             "core/code": {
    14                 "typography": {
    15                     "fontSize": "var:preset|font-size|medium"
    16                 }
    17             },
    1859            "core/navigation": {
    1960                "typography": {
     
    3576            "core/post-terms": {
    3677                "typography": {
    37                     "fontStyle": "normal",
    38                     "fontWeight": "500",
    39                     "textTransform": "uppercase"
    40                 }
    41             },
    42             "core/post-title": {
    43                 "typography": {
    44                     "fontWeight": "200",
    45                     "letterSpacing": "-2.32px"
     78                    "fontWeight": "500"
    4679                }
    4780            },
     
    4982                "typography": {
    5083                    "fontFamily": "var:preset|font-family|roboto-slab",
    51                     "fontSize": "var:preset|font-size|x-large",
     84                    "fontSize": "var:preset|font-size|xx-large",
    5285                    "fontWeight": "200"
    53                 }
    54             },
    55             "core/query-title": {
    56                 "typography": {
    57                     "fontWeight": "300"
    5886                }
    5987            },
     
    7098            "core/site-title": {
    7199                "typography": {
    72                     "fontStyle": "normal",
    73                     "fontWeight": "500",
    74                     "letterSpacing": "-0.28px",
    75                     "lineHeight": "1.3",
    76100                    "textTransform": "uppercase"
    77101                }
     
    86110                }
    87111            },
    88             "h4": {
    89                 "typography": {
    90                     "fontWeight": "300",
    91                     "letterSpacing": "-0.5px"
    92                 }
    93             },
    94             "h5": {
    95                 "typography": {
    96                     "fontWeight": "400",
    97                     "letterSpacing": "0px"
    98                 }
    99             },
    100             "h6": {
    101                 "typography": {
    102                     "fontWeight": "400",
    103                     "letterSpacing": "1px"
    104                 }
    105             },
    106112            "heading": {
    107113                "typography": {
    108114                    "fontFamily": "var:preset|font-family|roboto-slab",
    109                     "fontWeight": "200",
     115                    "fontWeight": "300",
    110116                    "letterSpacing": "-0.5px",
    111117                    "lineHeight": "1.2"
Note: See TracChangeset for help on using the changeset viewer.