Make WordPress Core


Ignore:
Timestamp:
10/29/2024 12:00:46 AM (6 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/typography/typography-preset-4.json

    r59233 r59314  
    66    "settings": {
    77        "typography": {
     8            "fontFamilies": [
     9                {
     10                    "name": "Roboto Slab",
     11                    "slug": "roboto-slab",
     12                    "fontFamily": "\"Roboto Slab\", serif",
     13                    "fontFace": [
     14                        {
     15                            "fontFamily": "\"Roboto Slab\"",
     16                            "fontStyle": "normal",
     17                            "fontWeight": "100 900",
     18                            "src": [
     19                                "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
     20                            ]
     21                        }
     22                    ]
     23                },
     24                {
     25                    "name": "Manrope",
     26                    "slug": "manrope",
     27                    "fontFamily": "Manrope, sans-serif",
     28                    "fontFace": [
     29                        {
     30                            "src": [
     31                                "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
     32                            ],
     33                            "fontWeight": "200 800",
     34                            "fontStyle": "normal",
     35                            "fontFamily": "Manrope"
     36                        }
     37                    ]
     38                }
     39            ],
    840            "fontSizes": [
    941                {
Note: See TracChangeset for help on using the changeset viewer.