sass-site/source/styleguide/typography.liquid

15 lines
321 B
Plaintext
Raw Normal View History

2023-02-24 18:52:18 +01:00
---
title: Typography
---
2023-05-16 22:33:08 +02:00
{{ '## Families' | markdown }}
2023-02-24 18:52:18 +01:00
{% 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 %}