Sha256: 351bc4be5165d09f4f5f4d17a343a212d9bec395fa28cae5ba7d6b5898e393f3
Contents?: true
Size: 610 Bytes
Versions: 67
Compression:
Stored size: 610 Bytes
Contents
// Table of Contents // ================================================== // Font-face // Font-face // ================================================== @each $type, $families in $font-families { @each $file-name, $family in $font-available-typography { @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: font-url('#{$file-name}/#{$file-name}-#{$name}.woff') format('woff'); } } } } }
Version data entries
67 entries across 67 versions & 1 rubygems