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