{% extends "layout.html" %} {% block page_title %} Typography {% endblock %} {% block content %}

Typography

Headings

{% include './includes/typography/headings.html' %}
{% include './includes/typography/headings.html' %}

Paragraphs

{% include './includes/typography/paragraphs.html' %}
{% include './includes/typography/paragraphs.html' %}

Links

{% include './includes/typography/links.html' %}

Lists

{% include "./includes/typography/lists.html" %}
{% include "./includes/typography/lists.html"  %}

Insets

{% include "./includes/typography/inset.html" %}
{% include "./includes/typography/inset.html"  %}

Important

{% include "./includes/typography/important.html" %}
{% include "./includes/typography/important.html"  %}
{% endblock %}