Sha256: 4a8e6fc2564abe93b5be6bdf5f4c69e361e0e4287f1aa6c4bcbc49ea91e55caa

Contents?: true

Size: 575 Bytes

Versions: 22

Compression:

Stored size: 575 Bytes

Contents

@mixin font-face($font-family, $file-path, $weight: normal, $style: normal, $asset-pipeline: false ) {
  @font-face {
    font-family: $font-family;
    font-weight: $weight;
    font-style: $style;

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
spina-template-0.4.2 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.4.1 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.4.0 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.3.3 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.3.2 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.3.1 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.3.0 app/assets/stylesheets/spina/_mixins.scss
spina-template-0.2.18 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.17 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.16 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.15 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.14 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.13 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.12 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.11 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.10 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.9 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.8 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.7 app/assets/stylesheets/spina/_mixins.css.scss
spina-template-0.2.6 app/assets/stylesheets/spina/_mixins.css.scss