18 hours ago, rrataj said:Those fonts may be attached/included from some css file as a @font-face, not necessary from stylesheets.tpl. Then it is tricky to have it preloaded.
Yeah, those are attached with @font-face in theme.css
Okay so as I could understand, I should add something like
{literal} <link rel="preload" as="font" href="../../assets/css/570eb83859dc23dd0eec423a49e147fe.woff2"> {/literal}
before this loop
{foreach $stylesheets.external as $stylesheet} <link rel="stylesheet" href="{$stylesheet.uri}" type="text/css" media="{$stylesheet.media}"> {/foreach}
am I right?
Because the only effect after this modification is one error in console saying:
GET https://website.nvm/index.php?controller=404 net::ERR_ABORTED 404 (Not Found) (index):61
Could you please provide further help with this?