Make WordPress Core


Ignore:
Timestamp:
10/31/2024 05:55:14 PM (15 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/typography/typography-preset-5.json

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