Sha256: 5dbdbaf52811593fcf830080dcf0af522b48c8b2762e41f8945eada24db983ab

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
source-sans-pro-rails-0.5.0 app/assets/stylesheets/source-sans-pro/font-helper.scss