{% extends "base.html" %} {% block title %}Legal{% endblock title %} {%- block body %}

Legal

The following licenses and attributions are made available here in accordance with their terms:

Fonts

{% for font_tuple in fonts %} {% set font = font_tuple.1 %}

{{ font.name }}

From {{ font.attribution.project_name -}} , by {{ font.attribution.author -}} .

License: {{ font.license.name -}}

Expand full license text

{{ font.attribution.license_header | linebreaksbr | safe }} {{ font.license.text | linebreaksbr | safe }}

{% endfor %} {%- endblock body %}