--- title: In-Depth Guide to the Best Free Fonts --- {% assign latest_typefaces = site.typefaces | sort: 'date_added' | reverse %} {% assign latest_pairings = site.pairings | sort: 'date_added' | reverse %}
{% for typeface in latest_typefaces limit:10 %} {% include sample.html %} {% endfor %}

Latest pairings

{% for pairing in latest_pairings %} {% include pairing-sample.html %} {% endfor %}