Sha256: ba13b1723b5936208cfb30e19df026a56a4e665d143e648bd9968dffb7626fbd

Contents?: true

Size: 1.02 KB

Versions: 308

Compression:

Stored size: 1.02 KB

Contents

// Order of the includes matters, and it is: normal, bold, italic, bold+italic.

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

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

Version data entries

308 entries across 305 versions & 6 rubygems

Version Path
smock-0.1.242 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.241 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.240 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.239 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.2 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.1 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.238 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.237 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.236 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.235 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.234 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.233 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.232 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.231 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.230 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.229 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.228 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.227 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.226 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss
smock-0.1.225 app/assets/stylesheets/thirdparty/bourbon/css3/_font-face.scss