Make WordPress Core

Opened 2 years ago

#57166 new defect (bug)

Export theme

Reported by: perthykjaerjensen's profile perthykjaerjensen Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.0.1
Component: Export Keywords:
Focuses: Cc:

Description

When I export Twenty Twenty Two from the FSE there is an error in the link to font files. The path to the files ought to point to a relative file path, but this is what I get:

{
							"fontDisplay": "fallback",
							"fontFamily": "Source Serif Pro",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "200 900",
							"origin": "gutenberg_wp_webfonts_api",
							"provider": "local",
							"src": [
								"**http://localhost:8888/wpux/wp-content/themes/twentytwentytwo/**assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2"
							]
						}
					],

Change History (0)

Note: See TracTickets for help on using tickets.