Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/icon-fonts.html.twig

{% extends '@nucleus/partials/particle.html.twig' %}

{% block stylesheets %}
    {% if particle.enabled %}
        {{ parent() }}
        {% if particle.load.octicons %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/octicons/octicons.css') }}"
type="text/css"/>
        {% endif %}
        {% if particle.load.strokeicon7 %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css')
}}" type="text/css"/>
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/pe-icon-7-stroke/css/helper.css')
}}" type="text/css"/>
        {% endif %}
        {% if particle.load.ionicons %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/ionicons/css/ionicons.min.css')
}}" type="text/css"/>
        {% endif %}
        {% if particle.load.themify %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/themify-icons/themify-icons.css')
}}" type="text/css"/>
        {% endif %}
        {% if particle.load.typicons %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/typicons/typicons.min.css') }}"
type="text/css"/>
        {% endif %}
        {% if particle.load.medical %}
            <link rel="stylesheet" href="{{
url('gantry-theme://fonts/webfont-medical-icons/css/wfmi-style.css')
}}" type="text/css"/>
        {% endif %}
    {% endif %}
{% endblock %}