Sha256: af54ba7b35788fdd8dbc14347d2451e5bc4cd777d482707845a81a65d834a588
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
@mixin font($name, $weight, $style) { @font-face { font-family: 'SourceSansPro'; src: url(font-path("#{$name}.eot")); src: url(font-path("#{$name}.eot?#iefix")) format("embedded-opentype"), url(font-path("#{$name}.woff2")) format("woff2"), url(font-path("#{$name}.woff")) format("woff"), url(font-path("#{$name}.ttf")) format("truetype"), url(font-path("#{$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.7.0 | app/assets/stylesheets/source-sans-pro/font-helper.scss |