Make WordPress Core


Ignore:
Timestamp:
10/29/2024 12:00:46 AM (21 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 2.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 2

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@7dfa99f1...b5b0475f.

Props juanfra, poena.
See #62310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/styles/05-twilight.json

    r59233 r59314  
    4949                },
    5050                "typography": {
     51                        "fontFamilies": [
     52                                {
     53                                        "name": "Roboto Slab",
     54                                        "slug": "roboto-slab",
     55                                        "fontFamily": "\"Roboto Slab\", serif",
     56                                        "fontFace": [
     57                                                {
     58                                                        "fontFamily": "\"Roboto Slab\"",
     59                                                        "fontStyle": "normal",
     60                                                        "fontWeight": "100 900",
     61                                                        "src": [
     62                                                                "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
     63                                                        ]
     64                                                }
     65                                        ]
     66                                },
     67                                {
     68                                        "name": "Manrope",
     69                                        "slug": "manrope",
     70                                        "fontFamily": "Manrope, sans-serif",
     71                                        "fontFace": [
     72                                                {
     73                                                        "src": [
     74                                                                "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
     75                                                        ],
     76                                                        "fontWeight": "200 800",
     77                                                        "fontStyle": "normal",
     78                                                        "fontFamily": "Manrope"
     79                                                }
     80                                        ]
     81                                }
     82                        ],
    5183                        "fontSizes": [
    5284                                {
     
    207239                                        }
    208240                                }
     241                        },
     242                        "section-5": {
     243                                "blocks": {
     244                                        "core/post-comments-form": {
     245                                                "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }"
     246                                        },
     247                                        "core/search": {
     248                                                "css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}"
     249                                        }
     250                                }
    209251                        }
    210252                }
Note: See TracChangeset for help on using the changeset viewer.