Sha256: b3767c1bfa2ead15d8b98bf1fecd530d4ac08944aa393a538e996900006de0c3
Contents?: true
Size: 894 Bytes
Versions: 18
Compression:
Stored size: 894 Bytes
Contents
// ========================================================================== // Shorthand font family declaration classes // ========================================================================== .f { font-family: $type-font-body; font-weight: $type-weight-normal; letter-spacing: normal; } .f-title { font-family: $type-font-title; font-weight: $type-weight-medium; letter-spacing: $type-kerning-title; text-transform: uppercase; } .f-status { font-family: $type-font-status; font-weight: $type-weight-semibold; letter-spacing: $type-kerning-status; text-transform: uppercase; } .f-desc { font-family: $type-font-description; font-style: $type-style-description; font-weight: $type-weight-normal; letter-spacing: $type-kerning-desc; } .f-code { color: map-get(map-get($colors-status, stat-a), std); font-family: $type-font-code; font-weight: $type-weight-normal; }
Version data entries
18 entries across 18 versions & 1 rubygems