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

Version Path
active_frontend-14.0.60 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.59 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.58 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.57 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.56 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.55 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.54 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.53 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.52 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.51 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.50 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.49 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.48 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.47 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.46 vendor/assets/stylesheets/blocks/_font.scss