sass-site/source/styleguide/typography.liquid
2023-02-24 10:52:18 -07:00

15 lines
308 B
Plaintext

---
title: Typography
---
<h2>Families</h2>
{% for font_family in font_families %}
<dl class="guide-description-list">
<dt class="sl-font-family--{{ font_family.style }}">{{ font_family.value }}</dt>
<dd>
<code>$sl-font-family--{{ font_family.style }}</code>
</dd>
</dl>
{% endfor %}