Estilos tipográficos

Encabezados

h1 xxl

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h1 xl

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h1 l

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h1

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h2

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h3

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h4

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h5

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

h6

{% for item in site.data.typography-styles %}{{ item.heading }}{% endfor %}

Párrafos

p xs

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p s

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p base

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p m

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p l

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p xl

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p xs bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p s bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p base bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p m bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p l bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}

p xl bold

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-1 }}{% endfor %}

{% for item in site.data.typography-styles %}{{ item.paragraphs-text-2 }}{% endfor %}