Sha256: 351bc4be5165d09f4f5f4d17a343a212d9bec395fa28cae5ba7d6b5898e393f3

Contents?: true

Size: 610 Bytes

Versions: 67

Compression:

Stored size: 610 Bytes

Contents

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

// Font-face
// ==================================================
@each $type, $families in $font-families {
  @each $file-name, $family in $font-available-typography {
    @if index(text-family($type), $family) {
      @each $name, $weight in $font-weights {
        @font-face {
          font-display: swap;
          font-family: $family;
          font-style: normal;
          font-weight: $weight;
          src: font-url('#{$file-name}/#{$file-name}-#{$name}.woff') format('woff');
        }
      }
    }
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
active_frontend-18.0.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-18.0.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.7.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.6.3 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.6.2 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.6.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.6.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.5.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.5.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.4.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.4.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.3.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.3.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.2.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.1.4 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.1.3 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.1.2 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.1.1 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.1.0 vendor/assets/stylesheets/blocks/_font.scss
active_frontend-17.0.4 vendor/assets/stylesheets/blocks/_font.scss