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-1.json

    r59233 r59314  
    66    "settings": {
    77        "typography": {
     8            "fontFamilies": [
     9                {
     10                    "name": "Beiruti",
     11                    "slug": "beiruti",
     12                    "fontFamily": "Beiruti, sans-serif",
     13                    "fontFace": [
     14                        {
     15                            "fontFamily": "Beiruti",
     16                            "fontStyle": "normal",
     17                            "fontWeight": "200 900",
     18                            "src": [
     19                                "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
     20                            ]
     21                        }
     22                    ]
     23                },
     24                {
     25                    "name": "Literata",
     26                    "slug": "literata",
     27                    "fontFamily": "Literata, serif",
     28                    "fontFace": [
     29                        {
     30                            "src": [
     31                                "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
     32                            ],
     33                            "fontWeight": "200",
     34                            "fontStyle": "normal",
     35                            "fontFamily": "Literata"
     36                        },
     37                        {
     38                            "src": [
     39                                "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
     40                            ],
     41                            "fontWeight": "200",
     42                            "fontStyle": "italic",
     43                            "fontFamily": "Literata"
     44                        },
     45                        {
     46                            "src": [
     47                                "file:./assets/fonts/literata/Literata72pt-Light.woff2"
     48                            ],
     49                            "fontWeight": "300",
     50                            "fontStyle": "normal",
     51                            "fontFamily": "Literata"
     52                        },
     53                        {
     54                            "src": [
     55                                "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
     56                            ],
     57                            "fontWeight": "300",
     58                            "fontStyle": "italic",
     59                            "fontFamily": "Literata"
     60                        },
     61                        {
     62                            "src": [
     63                                "file:./assets/fonts/literata/Literata72pt-Regular.woff2"
     64                            ],
     65                            "fontWeight": "400",
     66                            "fontStyle": "normal",
     67                            "fontFamily": "Literata"
     68                        },
     69                        {
     70                            "src": [
     71                                "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
     72                            ],
     73                            "fontWeight": "400",
     74                            "fontStyle": "italic",
     75                            "fontFamily": "Literata"
     76                        },
     77                        {
     78                            "src": [
     79                                "file:./assets/fonts/literata/Literata72pt-Medium.woff2"
     80                            ],
     81                            "fontWeight": "500",
     82                            "fontStyle": "normal",
     83                            "fontFamily": "Literata"
     84                        },
     85                        {
     86                            "src": [
     87                                "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
     88                            ],
     89                            "fontWeight": "500",
     90                            "fontStyle": "italic",
     91                            "fontFamily": "Literata"
     92                        },
     93                        {
     94                            "src": [
     95                                "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
     96                            ],
     97                            "fontWeight": "600",
     98                            "fontStyle": "normal",
     99                            "fontFamily": "Literata"
     100                        },
     101                        {
     102                            "src": [
     103                                "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
     104                            ],
     105                            "fontWeight": "600",
     106                            "fontStyle": "italic",
     107                            "fontFamily": "Literata"
     108                        },
     109                        {
     110                            "src": [
     111                                "file:./assets/fonts/literata/Literata72pt-Bold.woff2"
     112                            ],
     113                            "fontWeight": "700",
     114                            "fontStyle": "normal",
     115                            "fontFamily": "Literata"
     116                        },
     117                        {
     118                            "src": [
     119                                "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
     120                            ],
     121                            "fontWeight": "700",
     122                            "fontStyle": "italic",
     123                            "fontFamily": "Literata"
     124                        },
     125                        {
     126                            "src": [
     127                                "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
     128                            ],
     129                            "fontWeight": "800",
     130                            "fontStyle": "normal",
     131                            "fontFamily": "Literata"
     132                        },
     133                        {
     134                            "src": [
     135                                "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
     136                            ],
     137                            "fontWeight": "800",
     138                            "fontStyle": "italic",
     139                            "fontFamily": "Literata"
     140                        },
     141                        {
     142                            "src": [
     143                                "file:./assets/fonts/literata/Literata72pt-Black.woff2"
     144                            ],
     145                            "fontWeight": "900",
     146                            "fontStyle": "normal",
     147                            "fontFamily": "Literata"
     148                        },
     149                        {
     150                            "src": [
     151                                "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
     152                            ],
     153                            "fontWeight": "900",
     154                            "fontStyle": "italic",
     155                            "fontFamily": "Literata"
     156                        }
     157                    ]
     158                }
     159            ],
    8160            "fontSizes": [
    9161                {
Note: See TracChangeset for help on using the changeset viewer.