Sha256: 63f6fffac2ea8c40c970a133c042b5122b43173e444cbf1087174224426d3482

Contents?: true

Size: 792 Bytes

Versions: 21

Compression:

Stored size: 792 Bytes

Contents

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

// Font-face
// ==================================================
@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

21 entries across 21 versions & 1 rubygems

Version Path
active_frontend-14.0.35 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.34 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.33 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.32 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.31 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.30 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.29 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.28 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.27 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.26 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.25 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.24 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.23 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.22 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.21 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.20 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.19 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.18 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.17 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.0.16 vendor/assets/stylesheets/blocks/_font.scss