mirror of
https://github.com/danog/sass-site.git
synced 2024-12-02 17:38:26 +01:00
15 lines
308 B
Plaintext
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 %}
|