Sha256: a32355c3150be715dd7a70fd89033d1a9114707586b2e9d1517595c3505ae565
Contents?: true
Size: 1.39 KB
Versions: 15
Compression:
Stored size: 1.39 KB
Contents
// Table of Contents // ================================================== // Font-face // Font-face // ================================================== @if index(text-family(sans-serif), 'Branding') { @each $name, $weight in $font-weights { @font-face { font-display: swap; font-family: 'Branding'; font-style: normal; font-weight: $weight; src: url(font-path('branding/branding-#{$name}.woff')) format('woff'); } } } @if index(text-family(sans-serif), 'Fakt Pro') { @each $name, $weight in $font-weights { @font-face { font-display: swap; font-family: 'Fakt Pro'; font-style: normal; font-weight: $weight; src: url(font-path('fakt-pro/fakt-pro-#{$name}.woff')) format('woff'); } } } @if index(text-family(sans-serif), 'Fakt Soft Pro') { @each $name, $weight in $font-weights { @font-face { font-display: swap; font-family: 'Fakt Soft Pro'; font-style: normal; font-weight: $weight; src: url(font-path('fakt-soft-pro/fakt-soft-pro-#{$name}.woff')) format('woff'); } } } @if index(text-family(sans-serif), 'Proxima Nova') { @each $name, $weight in $font-weights { @font-face { font-display: swap; font-family: 'Proxima Nova'; font-style: normal; font-weight: $weight; src: url(font-path('proxima-nova/proxima-nova-#{$name}.woff')) format('woff'); } } }
Version data entries
15 entries across 15 versions & 1 rubygems