{% assign typefaces = site.typefaces | where: 'category', 'Serif' %}

Serif Typefaces

    {% for typeface in typefaces %}
  1. {{ typeface.name }}
  2. {% endfor %}
{% assign typefaces = site.typefaces | where: 'category', 'Sans-Serif' %}

Sans-Serif Typefaces

    {% for typeface in typefaces %}
  1. {{ typeface.name }}
  2. {% endfor %}
{% assign typefaces = site.typefaces | where: 'category', 'Display' %}

Display Typefaces

    {% for typeface in typefaces %}
  1. {{ typeface.name }}
  2. {% endfor %}
{% assign typefaces = site.typefaces | where: 'category', 'Monospaced' %}

Monospaced Typefaces

    {% for typeface in typefaces %}
  1. {{ typeface.name }}
  2. {% endfor %}

Additional Info

  1. Source on GitHub
  2. Are.na Channel
  3. Atom feed
  4. Old version of site

About Me

  1. Personal site
  2. @ubuwaits