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/02-noon.json

    r59233 r59314  
    4949        },
    5050        "typography": {
     51            "fontFamilies": [
     52                {
     53                    "name": "Beiruti",
     54                    "slug": "beiruti",
     55                    "fontFamily": "Beiruti, sans-serif",
     56                    "fontFace": [
     57                        {
     58                            "fontFamily": "Beiruti",
     59                            "fontStyle": "normal",
     60                            "fontWeight": "200 900",
     61                            "src": [
     62                                "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
     63                            ]
     64                        }
     65                    ]
     66                },
     67                {
     68                    "name": "Literata",
     69                    "slug": "literata",
     70                    "fontFamily": "Literata, serif",
     71                    "fontFace": [
     72                        {
     73                            "src": [
     74                                "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
     75                            ],
     76                            "fontWeight": "200",
     77                            "fontStyle": "normal",
     78                            "fontFamily": "Literata"
     79                        },
     80                        {
     81                            "src": [
     82                                "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
     83                            ],
     84                            "fontWeight": "200",
     85                            "fontStyle": "italic",
     86                            "fontFamily": "Literata"
     87                        },
     88                        {
     89                            "src": [
     90                                "file:./assets/fonts/literata/Literata72pt-Light.woff2"
     91                            ],
     92                            "fontWeight": "300",
     93                            "fontStyle": "normal",
     94                            "fontFamily": "Literata"
     95                        },
     96                        {
     97                            "src": [
     98                                "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
     99                            ],
     100                            "fontWeight": "300",
     101                            "fontStyle": "italic",
     102                            "fontFamily": "Literata"
     103                        },
     104                        {
     105                            "src": [
     106                                "file:./assets/fonts/literata/Literata72pt-Regular.woff2"
     107                            ],
     108                            "fontWeight": "400",
     109                            "fontStyle": "normal",
     110                            "fontFamily": "Literata"
     111                        },
     112                        {
     113                            "src": [
     114                                "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
     115                            ],
     116                            "fontWeight": "400",
     117                            "fontStyle": "italic",
     118                            "fontFamily": "Literata"
     119                        },
     120                        {
     121                            "src": [
     122                                "file:./assets/fonts/literata/Literata72pt-Medium.woff2"
     123                            ],
     124                            "fontWeight": "500",
     125                            "fontStyle": "normal",
     126                            "fontFamily": "Literata"
     127                        },
     128                        {
     129                            "src": [
     130                                "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
     131                            ],
     132                            "fontWeight": "500",
     133                            "fontStyle": "italic",
     134                            "fontFamily": "Literata"
     135                        },
     136                        {
     137                            "src": [
     138                                "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
     139                            ],
     140                            "fontWeight": "600",
     141                            "fontStyle": "normal",
     142                            "fontFamily": "Literata"
     143                        },
     144                        {
     145                            "src": [
     146                                "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
     147                            ],
     148                            "fontWeight": "600",
     149                            "fontStyle": "italic",
     150                            "fontFamily": "Literata"
     151                        },
     152                        {
     153                            "src": [
     154                                "file:./assets/fonts/literata/Literata72pt-Bold.woff2"
     155                            ],
     156                            "fontWeight": "700",
     157                            "fontStyle": "normal",
     158                            "fontFamily": "Literata"
     159                        },
     160                        {
     161                            "src": [
     162                                "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
     163                            ],
     164                            "fontWeight": "700",
     165                            "fontStyle": "italic",
     166                            "fontFamily": "Literata"
     167                        },
     168                        {
     169                            "src": [
     170                                "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
     171                            ],
     172                            "fontWeight": "800",
     173                            "fontStyle": "normal",
     174                            "fontFamily": "Literata"
     175                        },
     176                        {
     177                            "src": [
     178                                "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
     179                            ],
     180                            "fontWeight": "800",
     181                            "fontStyle": "italic",
     182                            "fontFamily": "Literata"
     183                        },
     184                        {
     185                            "src": [
     186                                "file:./assets/fonts/literata/Literata72pt-Black.woff2"
     187                            ],
     188                            "fontWeight": "900",
     189                            "fontStyle": "normal",
     190                            "fontFamily": "Literata"
     191                        },
     192                        {
     193                            "src": [
     194                                "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
     195                            ],
     196                            "fontWeight": "900",
     197                            "fontStyle": "italic",
     198                            "fontFamily": "Literata"
     199                        }
     200                    ]
     201                }
     202            ],
    51203            "fontSizes": [
    52204                {
Note: See TracChangeset for help on using the changeset viewer.