Make WordPress Core


Ignore:
Timestamp:
10/31/2024 05:55:14 PM (23 months ago)
Author:
desrosj
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.

Reviewed by desrosj.
Merges [59314] to the 6.7 branch.

Props juanfra, poena.
Fixes #62310.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/src/wp-content/themes/twentytwentyfive/styles/04-afternoon.json

    r59233 r59331  
    4949                },
    5050                "typography": {
     51                        "fontFamilies": [
     52                                {
     53                                        "name": "Platypi",
     54                                        "slug": "platypi",
     55                                        "fontFamily": "Platypi",
     56                                        "fontFace": [
     57                                                {
     58                                                        "fontFamily": "Platypi",
     59                                                        "fontStyle": "normal",
     60                                                        "fontWeight": "300 800",
     61                                                        "src": [
     62                                                                "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
     63                                                        ]
     64                                                },
     65                                                {
     66                                                        "fontFamily": "Platypi",
     67                                                        "fontStyle": "italic",
     68                                                        "fontWeight": "300 800",
     69                                                        "src": [
     70                                                                "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
     71                                                        ]
     72                                                }
     73                                        ]
     74                                },
     75                                {
     76                                        "name": "Ysabeau Office",
     77                                        "slug": "ysabeau-office",
     78                                        "fontFamily": "\"Ysabeau Office\", sans-serif",
     79                                        "fontFace": [
     80                                                {
     81                                                        "src": [
     82                                                                "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
     83                                                        ],
     84                                                        "fontWeight": "100 900",
     85                                                        "fontStyle": "normal",
     86                                                        "fontFamily": "\"Ysabeau Office\""
     87                                                },
     88                                                {
     89                                                        "src": [
     90                                                                "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
     91                                                        ],
     92                                                        "fontWeight": "100 900",
     93                                                        "fontStyle": "italic",
     94                                                        "fontFamily": "\"Ysabeau Office\""
     95                                                }
     96                                        ]
     97                                }
     98                        ],
    5199                        "fontSizes": [
    52100                                {
     
    194242                        "h5": {
    195243                                "typography": {
    196                                         "fontSize": "var:preset|font-size|medium"
     244                                        "fontSize": "var:preset|font-size|medium",
     245                                        "letterSpacing": "normal"
    197246                                }
    198247                        },
Note: See TracChangeset for help on using the changeset viewer.