Packaged Material icons with theme (GDPR)

This commit is contained in:
squidfunk
2018-06-10 13:52:51 +02:00
parent 416fd474b4
commit 2fbeb28d9d
4 changed files with 18 additions and 6 deletions

View File

@@ -135,12 +135,12 @@
}
</style>
{% endif %}
<!-- Material icons as a default iconset -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/icon?family=Material+Icons" />
{% endblock %}
<!-- Material icons as iconset -->
<link rel="stylesheet" type="text/css"
href="{{ base_url }}/assets/fonts/material-icons.css" />
<!-- Custom stylesheets -->
{% for path in extra_css %}
<link rel="stylesheet" type="text/css" href="{{ path }}" />