Sha256: 0dd7893b8fec8ff09258b7d80abc46d2cbedac270871c4768c137a658b6d8a4f

Contents?: true

Size: 1.07 KB

Versions: 10

Compression:

Stored size: 1.07 KB

Contents

// Table of Contents
// ==================================================
// Font-face

// Font-face
// ==================================================
@if index(text-family(display), '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');
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_frontend-14.0.45 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.44 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.43 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.42 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.41 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.40 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.39 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.38 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.37 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.36 vendor/assets/stylesheets/blocks/_font.scss