---
layout: default
---
{% assign typeface = site.typefaces | where: 'name', page.name | first %}
{% assign text = site.data.text %}
{% include sample.html %}
{% for weight in typeface.weights %}
{{ weight.name }}
{% unless typeface.italic == nil %}
Italic
{% endunless %}
{{ weight.weight }}
{% endfor %}
Description
{{ typeface.description }}
Designed by
Category
No. of styles
{{ typeface.styles }}
{% unless typeface.family_faces == nil %}
Other faces in family
{% for typeface in typeface.family_faces %}
- {{ typeface }}
{% endfor %}
{% endunless %}
{% include characters.html %}
{% for i in (0..5) %}
{{ text.words[i] }}
{% endfor %}
{% for weight in typeface.weights %}
{{ text.headlines[forloop.index0] }}
{{ weight.weight }}
{% endfor %}
{% if typeface.italic == true %}
{% assign second_headline_type = 'italic' %}
{% else %}
{% assign second_headline_type = 'uppercase' %}
{% endif %}
{% for weight in typeface.weights %}
{{ text.headlines[forloop.index0] }}
{{ weight.weight }}
{% endfor %}
{% unless typeface.category == 'Display' %}
{% if typeface.italic == true %}{% assign i = 0 %}{% else %}{% assign i = 1 %}{% endif %}
{% endunless %}
{% unless typeface.smallcap == nil %}
{% for weight in typeface.weights %}
{{ text.headlines[forloop.index0] }}
{{ weight.weight }}
{% endfor %}
{% endunless %}
{{ content }}
{% unless typeface.comparison_faces.size == nil %}