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/03-dusk.json

    r59233 r59314  
    5252                "accent-2-opacity-20": "#650DD433"
    5353            }
     54        },
     55        "typography": {
     56            "fontFamilies": [
     57                {
     58                    "name": "Vollkorn",
     59                    "slug": "vollkorn",
     60                    "fontFamily": "Vollkorn, serif",
     61                    "fontFace": [
     62                        {
     63                            "src": [
     64                                "file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2"
     65                            ],
     66                            "fontWeight": "400 900",
     67                            "fontStyle": "italic",
     68                            "fontFamily": "Vollkorn"
     69                        },
     70                        {
     71                            "src": [
     72                                "file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2"
     73                            ],
     74                            "fontWeight": "400 900",
     75                            "fontStyle": "normal",
     76                            "fontFamily": "Vollkorn"
     77                        }
     78                    ]
     79                },
     80                {
     81                    "name": "Fira Code",
     82                    "slug": "fira-code",
     83                    "fontFamily": "\"Fira Code\", monospace",
     84                    "fontFace": [
     85                        {
     86                            "src": [
     87                                "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
     88                            ],
     89                            "fontWeight": "300 700",
     90                            "fontStyle": "normal",
     91                            "fontFamily": "\"Fira Code\""
     92                        }
     93                    ]
     94                }
     95            ]
    5496        }
    5597    },
     
    88130                        "color": {
    89131                            "text": "var:preset|color|accent-2"
    90                         },
    91                         "typography": {
    92                             "textDecoration": "underline"
    93                         },
    94                         ":hover": {
    95                             "typography": {
    96                                 "textDecoration": "none"
    97                             }
    98132                        }
    99133                    }
     
    111145                        "color": {
    112146                            "text": "var:preset|color|accent-2"
    113                         },
    114                         "typography": {
    115                             "textDecoration": "underline"
    116                         },
    117                         ":hover": {
    118                             "typography": {
    119                                 "textDecoration": "none"
    120                             }
    121147                        }
    122148                    }
     
    260286                            "width": "0.8px",
    261287                            "style": "solid"
    262                         },
    263                         "typography": {
    264                             "textDecoration": "none"
    265                         },
    266                         ":hover": {
    267                             "typography": {
    268                                 "textDecoration": "underline"
    269                             }
    270288                        }
    271289                    }
Note: See TracChangeset for help on using the changeset viewer.