Sha256: 504785fdafdb11d97b99bf46ea05f27d16b2fb0e67d0a77a0e0535c327fa92e9

Contents?: true

Size: 1.37 KB

Versions: 60

Compression:

Stored size: 1.37 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');
    }
  }
}
@if index(text-family(display), 'Venti CF') {
  @each $name, $weight in $font-weights {
    @font-face {
      font-display: swap;
      font-family: 'Venti CF';
      font-style: normal;
      font-weight: $weight;
      src: url(font-path('venti-cf/venti-cf-#{$name}.woff')) format('woff');
    }
  }
}

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
active_frontend-14.1.20 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.19 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.18 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.17 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.16 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.15 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.14 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.13 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.12 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.11 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.10 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.9 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.8 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.7 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.6 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.5 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.4 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.3 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.2 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-14.1.1 vendor/assets/stylesheets/blocks/_font.scss