{% extends 'layouts/admin.html' %} {% block main %}

Settings

Fonts

Manage Google Font families available to slider media.

Back to settings Add font
{% if fonts %}
{% for font in fonts %} {% endfor %}
Font Google family Status Used by slides Actions
{{ font.display_name }} {{ font.family }} {{ 'Active' if font.active else 'Inactive' }} {{ usage_counts.get(font.family, 0) }}
Edit
{% else %}

No fonts found

Add a Google Font family to make it available in slider media.

Add font
{% endif %}
{% endblock %}