Sha256: 2929b461670436d7609d1d5583ccbe98ea2d7ef8c3f4e4ac952c75422b5335a5
Contents?: true
Size: 373 Bytes
Versions: 44
Compression:
Stored size: 373 Bytes
Contents
@mixin define-font($font-name, $font) { @font-face { font-family: $font-name; src: url(font_path('#{$font}.eot')); src: url(font_path('#{$font}.eot')) format('embedded-opentype'), url(font_path('#{$font}.woff')) format('woff'), url(font_path('#{$font}.ttf')) format('truetype'), url(font_path('#{$font}.svg')) format('svg'); } }
Version data entries
44 entries across 44 versions & 1 rubygems