vendor/creativect/jansen-zaden-theme/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
    
    {% block layout_head_stylesheet %}
        {{ parent() }}
    
        <link rel="preload" href="/bundles/jansenzadentheme/font/antique-olive/AntiqueOlive.woff2" crossorigin="anonymous" as="font" type="font/woff2">
        <link rel="preload" href="/bundles/jansenzadentheme/font/candara/candara.ttf" crossorigin="anonymous" as="font" type="font/ttf">
        <link rel="preload" href="/bundles/jansenzadentheme/font/mulish/Mulish-VariableFont_wght.ttf" crossorigin="anonymous" as="font" type="font/ttf">
        
        <style>
            @font-face {
                font-family: 'Antique Olive';
                src: local('Antique Olive'), url(/bundles/jansenzadentheme/font/antique-olive/AntiqueOlive.woff2);
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
    
            @font-face {
                font-family: 'Candara';
                src: local('Candara'), url(/bundles/jansenzadentheme/font/candara/candara.ttf);
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
    
            @font-face {
                font-family: 'Mulish';
                src: local('Mulish'), url(/bundles/jansenzadentheme/font/mulish/Mulish-VariableFont_wght.ttf);
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
        </style>
    
        {% set stylesScriptsHead = theme_config("sw-styles-scripts-head") %}
    
        {% if stylesScriptsHead is not empty %}
            {{ stylesScriptsHead|raw }}
        {% endif %}
    {% endblock %}