mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
---
|
|
title: Typography
|
|
---
|
|
|
|
{{ '## Families' | markdown }}
|
|
|
|
{% 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 %}
|