Make WordPress Core

Opened 4 years ago

#57166 new defect (bug)

Export theme

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

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.