Sha256: a126d42b5f08e76c7ab2b25a22f9c93e51af70e2a78c151647315ae26fcd2fcc
Contents?: true
Size: 605 Bytes
Versions: 12
Compression:
Stored size: 605 Bytes
Contents
// Table of Contents // ================================================== // Font-face // Font-face // ================================================== @each $type, $families in $font-families { @each $file-name, $family in $font-available { @if index(text-family($type), $family) { @each $name, $weight in $font-weights { @font-face { font-display: swap; font-family: $family; font-style: normal; font-weight: $weight; src: url(font-path('#{$file-name}/#{$file-name}-#{$name}.woff')) format('woff'); } } } } }
Version data entries
12 entries across 12 versions & 1 rubygems