Make WordPress Core


Ignore:
Timestamp:
03/07/2024 06:25:33 AM (10 months ago)
Author:
swissspidy
Message:

Build/Test Tools: Fix typo in variation-new-font-family.json fixture file.

Props huzaifaalmesbah, mukesh27.
Fixes #60712.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-family.json

    r56500 r57788  
    1616                            "fontWeight": "400",
    1717                            "src": [
    18                                 "file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.tff"
     18                                "file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf"
    1919                            ]
    2020                        },
     
    2525                            "fontWeight": "400",
    2626                            "src": [
    27                                 "file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.tff"
     27                                "file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.ttf"
    2828                            ]
    2929                        }
Note: See TracChangeset for help on using the changeset viewer.