{% assign typefaces = site.typefaces | where: 'category', 'Serif' %}
{% assign typefaces = site.typefaces | where: 'category', 'Sans-Serif' %}
{% assign typefaces = site.typefaces | where: 'category', 'Display' %}
{% assign typefaces = site.typefaces | where: 'category', 'Monospaced' %}