Loading external stylesheet / script

Hi all,

I tried loading an external stylesheet from typekit, but I can’t seem to figure out how to do this in a custom theme. I’ve created a custom theme as mentioned in the shopware docs. But there is nowhere mention of how to load external urls.

Since it’s typekit, I can’t embed the fonts, only link to the stylesheet. Due to performance reasons I don’t want to use @import in my scss files, but rather do it with a < link > tag in the head of the page. (and preferrably not in the shopware backend, since people with 0 knowledge of html will have access to the backend, so I would like to keep this as foolproof as possible).

I’ve tried adding the url to my theme.json in the style section, but this doesn’t work.

Can anybody tell me how to do this?