sass-site/source/styleguide/typography.html.haml

13 lines
252 B
Plaintext
Raw Normal View History

2013-10-09 06:30:53 -04:00
---
title: Typography
---
%h2 Families
2018-12-28 17:26:36 -08:00
2013-10-09 06:30:53 -04:00
- for font_family in data.typography.families
%dl.guide-description-list
2018-12-28 17:26:36 -08:00
%dt{class: "sl-font-family--" + font_family.style}= font_family.value
2013-10-09 06:30:53 -04:00
2018-12-28 17:26:36 -08:00
%dd
%code= "$sl-font-family--" + font_family.style