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/theme.json

    r59269 r59314  
    159159                        {
    160160                            "src": [
    161                                 "file:./assets/fonts/manrope/Manrope-ExtraLight.woff2"
     161                                "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
    162162                            ],
    163                             "fontWeight": "200",
     163                            "fontWeight": "200 800",
    164164                            "fontStyle": "normal",
    165165                            "fontFamily": "Manrope"
    166                         },
    167                         {
    168                             "src": [
    169                                 "file:./assets/fonts/manrope/Manrope-Light.woff2"
    170                             ],
    171                             "fontWeight": "300",
    172                             "fontStyle": "normal",
    173                             "fontFamily": "Manrope"
    174                         },
    175                         {
    176                             "src": [
    177                                 "file:./assets/fonts/manrope/Manrope-Regular.woff2"
    178                             ],
    179                             "fontWeight": "400",
    180                             "fontStyle": "normal",
    181                             "fontFamily": "Manrope"
    182                         },
    183                         {
    184                             "src": [
    185                                 "file:./assets/fonts/manrope/Manrope-Medium.woff2"
    186                             ],
    187                             "fontWeight": "500",
    188                             "fontStyle": "normal",
    189                             "fontFamily": "Manrope"
    190                         },
    191                         {
    192                             "src": [
    193                                 "file:./assets/fonts/manrope/Manrope-SemiBold.woff2"
    194                             ],
    195                             "fontWeight": "600",
    196                             "fontStyle": "normal",
    197                             "fontFamily": "Manrope"
    198                         },
    199                         {
    200                             "src": [
    201                                 "file:./assets/fonts/manrope/Manrope-Bold.woff2"
    202                             ],
    203                             "fontWeight": "700",
    204                             "fontStyle": "normal",
    205                             "fontFamily": "Manrope"
    206                         },
    207                         {
    208                             "src": [
    209                                 "file:./assets/fonts/manrope/Manrope-ExtraBold.woff2"
    210                             ],
    211                             "fontWeight": "800",
    212                             "fontStyle": "normal",
    213                             "fontFamily": "Manrope"
    214                         }
    215                     ]
    216                 },
    217                 {
    218                     "name": "Literata",
    219                     "slug": "literata",
    220                     "fontFamily": "Literata, serif",
    221                     "fontFace": [
    222                         {
    223                             "src": [
    224                                 "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
    225                             ],
    226                             "fontWeight": "200",
    227                             "fontStyle": "normal",
    228                             "fontFamily": "Literata"
    229                         },
    230                         {
    231                             "src": [
    232                                 "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
    233                             ],
    234                             "fontWeight": "200",
    235                             "fontStyle": "italic",
    236                             "fontFamily": "Literata"
    237                         },
    238                         {
    239                             "src": [
    240                                 "file:./assets/fonts/literata/Literata72pt-Light.woff2"
    241                             ],
    242                             "fontWeight": "300",
    243                             "fontStyle": "normal",
    244                             "fontFamily": "Literata"
    245                         },
    246                         {
    247                             "src": [
    248                                 "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
    249                             ],
    250                             "fontWeight": "300",
    251                             "fontStyle": "italic",
    252                             "fontFamily": "Literata"
    253                         },
    254                         {
    255                             "src": [
    256                                 "file:./assets/fonts/literata/Literata72pt-Regular.woff2"
    257                             ],
    258                             "fontWeight": "400",
    259                             "fontStyle": "normal",
    260                             "fontFamily": "Literata"
    261                         },
    262                         {
    263                             "src": [
    264                                 "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
    265                             ],
    266                             "fontWeight": "400",
    267                             "fontStyle": "italic",
    268                             "fontFamily": "Literata"
    269                         },
    270                         {
    271                             "src": [
    272                                 "file:./assets/fonts/literata/Literata72pt-Medium.woff2"
    273                             ],
    274                             "fontWeight": "500",
    275                             "fontStyle": "normal",
    276                             "fontFamily": "Literata"
    277                         },
    278                         {
    279                             "src": [
    280                                 "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
    281                             ],
    282                             "fontWeight": "500",
    283                             "fontStyle": "italic",
    284                             "fontFamily": "Literata"
    285                         },
    286                         {
    287                             "src": [
    288                                 "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
    289                             ],
    290                             "fontWeight": "600",
    291                             "fontStyle": "normal",
    292                             "fontFamily": "Literata"
    293                         },
    294                         {
    295                             "src": [
    296                                 "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
    297                             ],
    298                             "fontWeight": "600",
    299                             "fontStyle": "italic",
    300                             "fontFamily": "Literata"
    301                         },
    302                         {
    303                             "src": [
    304                                 "file:./assets/fonts/literata/Literata72pt-Bold.woff2"
    305                             ],
    306                             "fontWeight": "700",
    307                             "fontStyle": "normal",
    308                             "fontFamily": "Literata"
    309                         },
    310                         {
    311                             "src": [
    312                                 "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
    313                             ],
    314                             "fontWeight": "700",
    315                             "fontStyle": "italic",
    316                             "fontFamily": "Literata"
    317                         },
    318                         {
    319                             "src": [
    320                                 "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
    321                             ],
    322                             "fontWeight": "800",
    323                             "fontStyle": "normal",
    324                             "fontFamily": "Literata"
    325                         },
    326                         {
    327                             "src": [
    328                                 "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
    329                             ],
    330                             "fontWeight": "800",
    331                             "fontStyle": "italic",
    332                             "fontFamily": "Literata"
    333                         },
    334                         {
    335                             "src": [
    336                                 "file:./assets/fonts/literata/Literata72pt-Black.woff2"
    337                             ],
    338                             "fontWeight": "900",
    339                             "fontStyle": "normal",
    340                             "fontFamily": "Literata"
    341                         },
    342                         {
    343                             "src": [
    344                                 "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
    345                             ],
    346                             "fontWeight": "900",
    347                             "fontStyle": "italic",
    348                             "fontFamily": "Literata"
    349                         }
    350                     ]
    351                 },
    352                 {
    353                     "name": "Vollkorn",
    354                     "slug": "vollkorn",
    355                     "fontFamily": "Vollkorn, serif",
    356                     "fontFace": [
    357                         {
    358                             "src": [
    359                                 "file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2"
    360                             ],
    361                             "fontWeight": "400",
    362                             "fontStyle": "italic",
    363                             "fontFamily": "Vollkorn"
    364                         },
    365                         {
    366                             "src": [
    367                                 "file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2"
    368                             ],
    369                             "fontWeight": "400",
    370                             "fontStyle": "normal",
    371                             "fontFamily": "Vollkorn"
    372                         },
    373                         {
    374                             "src": [
    375                                 "file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2"
    376                             ],
    377                             "fontWeight": "500",
    378                             "fontStyle": "normal",
    379                             "fontFamily": "Vollkorn"
    380                         },
    381                         {
    382                             "src": [
    383                                 "file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2"
    384                             ],
    385                             "fontWeight": "500",
    386                             "fontStyle": "italic",
    387                             "fontFamily": "Vollkorn"
    388                         },
    389                         {
    390                             "src": [
    391                                 "file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2"
    392                             ],
    393                             "fontWeight": "600",
    394                             "fontStyle": "normal",
    395                             "fontFamily": "Vollkorn"
    396                         },
    397                         {
    398                             "src": [
    399                                 "file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2"
    400                             ],
    401                             "fontWeight": "700",
    402                             "fontStyle": "normal",
    403                             "fontFamily": "Vollkorn"
    404                         },
    405                         {
    406                             "src": [
    407                                 "file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2"
    408                             ],
    409                             "fontWeight": "700",
    410                             "fontStyle": "italic",
    411                             "fontFamily": "Vollkorn"
    412                         },
    413                         {
    414                             "src": [
    415                                 "file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2"
    416                             ],
    417                             "fontWeight": "800",
    418                             "fontStyle": "normal",
    419                             "fontFamily": "Vollkorn"
    420                         },
    421                         {
    422                             "src": [
    423                                 "file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2"
    424                             ],
    425                             "fontWeight": "800",
    426                             "fontStyle": "italic",
    427                             "fontFamily": "Vollkorn"
    428                         },
    429                         {
    430                             "src": [
    431                                 "file:./assets/fonts/vollkorn/Vollkorn-Black.woff2"
    432                             ],
    433                             "fontWeight": "900",
    434                             "fontStyle": "normal",
    435                             "fontFamily": "Vollkorn"
    436                         },
    437                         {
    438                             "src": [
    439                                 "file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2"
    440                             ],
    441                             "fontWeight": "900",
    442                             "fontStyle": "italic",
    443                             "fontFamily": "Vollkorn"
    444166                        }
    445167                    ]
     
    452174                        {
    453175                            "src": [
    454                                 "file:./assets/fonts/fira-code/FiraCode-Light.woff2"
     176                                "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
    455177                            ],
    456                             "fontWeight": "300",
     178                            "fontWeight": "300 700",
    457179                            "fontStyle": "normal",
    458180                            "fontFamily": "\"Fira Code\""
    459                         },
    460                         {
    461                             "src": [
    462                                 "file:./assets/fonts/fira-code/FiraCode-Regular.woff2"
    463                             ],
    464                             "fontWeight": "400",
    465                             "fontStyle": "normal",
    466                             "fontFamily": "\"Fira Code\""
    467                         },
    468                         {
    469                             "src": [
    470                                 "file:./assets/fonts/fira-code/FiraCode-Medium.woff2"
    471                             ],
    472                             "fontWeight": "500",
    473                             "fontStyle": "normal",
    474                             "fontFamily": "\"Fira Code\""
    475                         },
    476                         {
    477                             "src": [
    478                                 "file:./assets/fonts/fira-code/FiraCode-SemiBold.woff2"
    479                             ],
    480                             "fontWeight": "600",
    481                             "fontStyle": "normal",
    482                             "fontFamily": "\"Fira Code\""
    483                         },
    484                         {
    485                             "src": [
    486                                 "file:./assets/fonts/fira-code/FiraCode-Bold.woff2"
    487                             ],
    488                             "fontWeight": "700",
    489                             "fontStyle": "normal",
    490                             "fontFamily": "\"Fira Code\""
    491                         }
    492                     ]
    493                 },
    494                 {
    495                     "name": "Fira Sans",
    496                     "slug": "fira-sans",
    497                     "fontFamily": "\"Fira Sans\", sans-serif",
    498                     "fontFace": [
    499                         {
    500                             "src": [
    501                                 "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2"
    502                             ],
    503                             "fontWeight": "100",
    504                             "fontStyle": "normal",
    505                             "fontFamily": "\"Fira Sans\""
    506                         },
    507                         {
    508                             "src": [
    509                                 "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2"
    510                             ],
    511                             "fontWeight": "100",
    512                             "fontStyle": "italic",
    513                             "fontFamily": "\"Fira Sans\""
    514                         },
    515                         {
    516                             "src": [
    517                                 "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2"
    518                             ],
    519                             "fontWeight": "200",
    520                             "fontStyle": "normal",
    521                             "fontFamily": "\"Fira Sans\""
    522                         },
    523                         {
    524                             "src": [
    525                                 "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2"
    526                             ],
    527                             "fontWeight": "200",
    528                             "fontStyle": "italic",
    529                             "fontFamily": "\"Fira Sans\""
    530                         },
    531                         {
    532                             "src": [
    533                                 "file:./assets/fonts/fira-sans/FiraSans-Light.woff2"
    534                             ],
    535                             "fontWeight": "300",
    536                             "fontStyle": "normal",
    537                             "fontFamily": "\"Fira Sans\""
    538                         },
    539                         {
    540                             "src": [
    541                                 "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2"
    542                             ],
    543                             "fontWeight": "300",
    544                             "fontStyle": "italic",
    545                             "fontFamily": "\"Fira Sans\""
    546                         },
    547                         {
    548                             "src": [
    549                                 "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2"
    550                             ],
    551                             "fontWeight": "400",
    552                             "fontStyle": "italic",
    553                             "fontFamily": "\"Fira Sans\""
    554                         },
    555                         {
    556                             "src": [
    557                                 "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
    558                             ],
    559                             "fontWeight": "400",
    560                             "fontStyle": "normal",
    561                             "fontFamily": "\"Fira Sans\""
    562                         },
    563                         {
    564                             "src": [
    565                                 "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2"
    566                             ],
    567                             "fontWeight": "500",
    568                             "fontStyle": "normal",
    569                             "fontFamily": "\"Fira Sans\""
    570                         },
    571                         {
    572                             "src": [
    573                                 "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2"
    574                             ],
    575                             "fontWeight": "500",
    576                             "fontStyle": "italic",
    577                             "fontFamily": "\"Fira Sans\""
    578                         },
    579                         {
    580                             "src": [
    581                                 "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2"
    582                             ],
    583                             "fontWeight": "600",
    584                             "fontStyle": "normal",
    585                             "fontFamily": "\"Fira Sans\""
    586                         },
    587                         {
    588                             "src": [
    589                                 "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2"
    590                             ],
    591                             "fontWeight": "600",
    592                             "fontStyle": "italic",
    593                             "fontFamily": "\"Fira Sans\""
    594                         },
    595                         {
    596                             "src": [
    597                                 "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2"
    598                             ],
    599                             "fontWeight": "700",
    600                             "fontStyle": "normal",
    601                             "fontFamily": "\"Fira Sans\""
    602                         },
    603                         {
    604                             "src": [
    605                                 "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2"
    606                             ],
    607                             "fontWeight": "700",
    608                             "fontStyle": "italic",
    609                             "fontFamily": "\"Fira Sans\""
    610                         },
    611                         {
    612                             "src": [
    613                                 "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2"
    614                             ],
    615                             "fontWeight": "800",
    616                             "fontStyle": "normal",
    617                             "fontFamily": "\"Fira Sans\""
    618                         },
    619                         {
    620                             "src": [
    621                                 "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2"
    622                             ],
    623                             "fontWeight": "800",
    624                             "fontStyle": "italic",
    625                             "fontFamily": "\"Fira Sans\""
    626                         },
    627                         {
    628                             "src": [
    629                                 "file:./assets/fonts/fira-sans/FiraSans-Black.woff2"
    630                             ],
    631                             "fontWeight": "900",
    632                             "fontStyle": "normal",
    633                             "fontFamily": "\"Fira Sans\""
    634                         },
    635                         {
    636                             "src": [
    637                                 "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2"
    638                             ],
    639                             "fontWeight": "900",
    640                             "fontStyle": "italic",
    641                             "fontFamily": "\"Fira Sans\""
    642                         }
    643                     ]
    644                 },
    645                 {
    646                     "name": "Ysabeau Office",
    647                     "slug": "ysabeau-office",
    648                     "fontFamily": "\"Ysabeau Office\", sans-serif",
    649                     "fontFace": [
    650                         {
    651                             "src": [
    652                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2"
    653                             ],
    654                             "fontWeight": "100",
    655                             "fontStyle": "normal",
    656                             "fontFamily": "\"Ysabeau Office\""
    657                         },
    658                         {
    659                             "src": [
    660                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2"
    661                             ],
    662                             "fontWeight": "100",
    663                             "fontStyle": "italic",
    664                             "fontFamily": "\"Ysabeau Office\""
    665                         },
    666                         {
    667                             "src": [
    668                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2"
    669                             ],
    670                             "fontWeight": "200",
    671                             "fontStyle": "normal",
    672                             "fontFamily": "\"Ysabeau Office\""
    673                         },
    674                         {
    675                             "src": [
    676                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2"
    677                             ],
    678                             "fontWeight": "200",
    679                             "fontStyle": "italic",
    680                             "fontFamily": "\"Ysabeau Office\""
    681                         },
    682                         {
    683                             "src": [
    684                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2"
    685                             ],
    686                             "fontWeight": "300",
    687                             "fontStyle": "normal",
    688                             "fontFamily": "\"Ysabeau Office\""
    689                         },
    690                         {
    691                             "src": [
    692                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2"
    693                             ],
    694                             "fontWeight": "300",
    695                             "fontStyle": "italic",
    696                             "fontFamily": "\"Ysabeau Office\""
    697                         },
    698                         {
    699                             "src": [
    700                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2"
    701                             ],
    702                             "fontWeight": "400",
    703                             "fontStyle": "italic",
    704                             "fontFamily": "\"Ysabeau Office\""
    705                         },
    706                         {
    707                             "src": [
    708                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2"
    709                             ],
    710                             "fontWeight": "400",
    711                             "fontStyle": "normal",
    712                             "fontFamily": "\"Ysabeau Office\""
    713                         },
    714                         {
    715                             "src": [
    716                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2"
    717                             ],
    718                             "fontWeight": "500",
    719                             "fontStyle": "normal",
    720                             "fontFamily": "\"Ysabeau Office\""
    721                         },
    722                         {
    723                             "src": [
    724                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2"
    725                             ],
    726                             "fontWeight": "500",
    727                             "fontStyle": "italic",
    728                             "fontFamily": "\"Ysabeau Office\""
    729                         },
    730                         {
    731                             "src": [
    732                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2"
    733                             ],
    734                             "fontWeight": "600",
    735                             "fontStyle": "normal",
    736                             "fontFamily": "\"Ysabeau Office\""
    737                         },
    738                         {
    739                             "src": [
    740                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2"
    741                             ],
    742                             "fontWeight": "600",
    743                             "fontStyle": "italic",
    744                             "fontFamily": "\"Ysabeau Office\""
    745                         },
    746                         {
    747                             "src": [
    748                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2"
    749                             ],
    750                             "fontWeight": "700",
    751                             "fontStyle": "normal",
    752                             "fontFamily": "\"Ysabeau Office\""
    753                         },
    754                         {
    755                             "src": [
    756                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2"
    757                             ],
    758                             "fontWeight": "700",
    759                             "fontStyle": "italic",
    760                             "fontFamily": "\"Ysabeau Office\""
    761                         },
    762                         {
    763                             "src": [
    764                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2"
    765                             ],
    766                             "fontWeight": "800",
    767                             "fontStyle": "normal",
    768                             "fontFamily": "\"Ysabeau Office\""
    769                         },
    770                         {
    771                             "src": [
    772                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2"
    773                             ],
    774                             "fontWeight": "800",
    775                             "fontStyle": "italic",
    776                             "fontFamily": "\"Ysabeau Office\""
    777                         },
    778                         {
    779                             "src": [
    780                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2"
    781                             ],
    782                             "fontWeight": "900",
    783                             "fontStyle": "normal",
    784                             "fontFamily": "\"Ysabeau Office\""
    785                         },
    786                         {
    787                             "src": [
    788                                 "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2"
    789                             ],
    790                             "fontWeight": "900",
    791                             "fontStyle": "italic",
    792                             "fontFamily": "\"Ysabeau Office\""
    793                         }
    794                     ]
    795                 },
    796                 {
    797                     "name": "Platypi",
    798                     "slug": "platypi",
    799                     "fontFamily": "Platypi",
    800                     "fontFace": [
    801                         {
    802                             "fontFamily": "Platypi",
    803                             "fontStyle": "normal",
    804                             "fontWeight": "300",
    805                             "src": [
    806                                 "file:./assets/fonts/platypi/Platypi-Light.woff2"
    807                             ]
    808                         },
    809                         {
    810                             "fontFamily": "Platypi",
    811                             "fontStyle": "italic",
    812                             "fontWeight": "300",
    813                             "src": [
    814                                 "file:./assets/fonts/platypi/Platypi-LightItalic.woff2"
    815                             ]
    816                         },
    817                         {
    818                             "fontFamily": "Platypi",
    819                             "fontStyle": "italic",
    820                             "fontWeight": "400",
    821                             "src": [
    822                                 "file:./assets/fonts/platypi/Platypi-Italic.woff2"
    823                             ]
    824                         },
    825                         {
    826                             "fontFamily": "Platypi",
    827                             "fontStyle": "normal",
    828                             "fontWeight": "400",
    829                             "src": [
    830                                 "file:./assets/fonts/platypi/Platypi-Regular.woff2"
    831                             ]
    832                         },
    833                         {
    834                             "fontFamily": "Platypi",
    835                             "fontStyle": "normal",
    836                             "fontWeight": "500",
    837                             "src": [
    838                                 "file:./assets/fonts/platypi/Platypi-Medium.woff2"
    839                             ]
    840                         },
    841                         {
    842                             "fontFamily": "Platypi",
    843                             "fontStyle": "italic",
    844                             "fontWeight": "500",
    845                             "src": [
    846                                 "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2"
    847                             ]
    848                         },
    849                         {
    850                             "fontFamily": "Platypi",
    851                             "fontStyle": "normal",
    852                             "fontWeight": "600",
    853                             "src": [
    854                                 "file:./assets/fonts/platypi/Platypi-SemiBold.woff2"
    855                             ]
    856                         },
    857                         {
    858                             "fontFamily": "Platypi",
    859                             "fontStyle": "italic",
    860                             "fontWeight": "600",
    861                             "src": [
    862                                 "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2"
    863                             ]
    864                         },
    865                         {
    866                             "fontFamily": "Platypi",
    867                             "fontStyle": "normal",
    868                             "fontWeight": "700",
    869                             "src": [
    870                                 "file:./assets/fonts/platypi/Platypi-Bold.woff2"
    871                             ]
    872                         },
    873                         {
    874                             "fontFamily": "Platypi",
    875                             "fontStyle": "italic",
    876                             "fontWeight": "700",
    877                             "src": [
    878                                 "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2"
    879                             ]
    880                         },
    881                         {
    882                             "fontFamily": "Platypi",
    883                             "fontStyle": "normal",
    884                             "fontWeight": "800",
    885                             "src": [
    886                                 "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2"
    887                             ]
    888                         },
    889                         {
    890                             "fontFamily": "Platypi",
    891                             "fontStyle": "italic",
    892                             "fontWeight": "800",
    893                             "src": [
    894                                 "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2"
    895                             ]
    896                         }
    897                     ]
    898                 },
    899                 {
    900                     "name": "Roboto Slab",
    901                     "slug": "roboto-slab",
    902                     "fontFamily": "\"Roboto Slab\", serif",
    903                     "fontFace": [
    904                         {
    905                             "fontFamily": "\"Roboto Slab\"",
    906                             "fontStyle": "normal",
    907                             "fontWeight": "100 900",
    908                             "src": [
    909                                 "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
    910                             ]
    911                         }
    912                     ]
    913                 },
    914                 {
    915                     "name": "Beiruti",
    916                     "slug": "beiruti",
    917                     "fontFamily": "Beiruti, sans-serif",
    918                     "fontFace": [
    919                         {
    920                             "fontFamily": "Beiruti",
    921                             "fontStyle": "normal",
    922                             "fontWeight": "200 900",
    923                             "src": [
    924                                 "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
    925                             ]
    926181                        }
    927182                    ]
     
    1121376                }
    1122377            },
    1123             "core/post-author-name": {
     378            "core/post-date": {
     379                "color":{
     380                    "text": "var:preset|color|accent-4"
     381                },
    1124382                "elements": {
    1125383                    "link": {
    1126                         "typography": {
    1127                             "textDecoration": "none"
     384                        "color" : {
     385                            "text": "var:preset|color|accent-4"
    1128386                        },
    1129387                        ":hover": {
     
    1131389                                "textDecoration": "underline"
    1132390                            }
    1133                         }
    1134                     }
    1135                 }
    1136             },
    1137             "core/post-date": {
    1138                 "color":{
    1139                     "text": "var:preset|color|accent-4"
    1140                 },
    1141                 "elements": {
    1142                     "link": {
    1143                         "color" : {
    1144                             "text": "var:preset|color|accent-4"
    1145                         },
    1146                         ":hover": {
    1147                             "typography": {
    1148                                 "textDecoration": "underline"
    1149                             }
    1150391                        },
    1151392                        "typography": {
     
    1168409                    "fontSize": "var:preset|font-size|small",
    1169410                    "fontWeight": "600"
    1170                 },
    1171                 "elements": {
    1172                     "link": {
    1173                         "typography": {
    1174                             "textDecoration": "none"
    1175                         },
    1176                         ":hover": {
    1177                             "typography": {
    1178                                 "textDecoration": "underline"
    1179                             }
    1180                         }
    1181                     }
    1182411                }
    1183412            },
     
    1451680                "color": {
    1452681                    "text": "currentColor"
     682                },
     683                ":hover": {
     684                    "typography": {
     685                        "textDecoration": "none"
     686                    }
    1453687                }
    1454688            }
Note: See TracChangeset for help on using the changeset viewer.