Sha256: a55b561843242d544895f0aeab41e8a1314f56cebee83ce2e7695dad2f987a43

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

@mixin icon-font-face($font-family, $file-path) {
  font-family: $font-family;
    src: font-url('#{$file-path}#{$font-family}.eot');
    src: font-url('#{$file-path}#{$font-family}.eot?#iefix') format('embedded-opentype'),
         font-url('#{$file-path}#{$font-family}.woff') format('woff'),
         font-url('#{$file-path}#{$font-family}.ttf') format('truetype'),
         font-url('#{$file-path}#{$font-family}.svg##{$font-family}') format('svg');
    font-weight: normal;
    font-style: normal;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
linea-0.0.1 app/assets/stylesheets/mixins/_font-face.scss