The font imports in the exported css do not encode whitespace, this messes with some CSS minifiers and tools because whitespace in URLs is possible non-standard (I'm not really sure, but MDN recommends against it, https://developer.mozilla.org/en-US/docs/Web/CSS/url#string).
Is there an existing issue for this?
Describe the bug
The font imports in the exported css do not encode whitespace, this messes with some CSS minifiers and tools because whitespace in URLs is possible non-standard (I'm not really sure, but MDN recommends against it, https://developer.mozilla.org/en-US/docs/Web/CSS/url#string).
Reproduction Steps
Expected behavior
URL spaces would be encoded as %20
Screenshots
No response
Device Info
OS Windows 10 Browser; Firefox Version: 120
Additional context
No response