Sha256: 856a10d7d4d2e1ee8faf3c56f3c6f5ab57243ff7ec47bd7770bbb6c881b4bd01

Contents?: true

Size: 482 Bytes

Versions: 8

Compression:

Stored size: 482 Bytes

Contents

/* font family decleration and font path 
=========*/

@font-face {
	font-family:'flexi';
    src:url('#{$font-path}#{$font-name}.eot?cyeaso');
    src:url('#{$font-path}#{$font-name}.eot?#iefixcyeaso') format('embedded-opentype'),
        url('#{$font-path}#{$font-name}.woff?cyeaso') format('woff'),
		url('#{$font-path}#{$font-name}.ttf?cyeaso') format('truetype'),
		url('#{$font-path}#{$font-name}.svg?cyeaso#flexi') format('svg');
	font-weight: normal;
	font-style: normal;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sass-flexi-1.0.6 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.5 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.4 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.3 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.2 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.1 stylesheets/bundle/icon/_path.scss
sass-flexi-1.0.0 stylesheets/bundle/icon/_path.scss
sass-flexi-0.8.alpha stylesheets/bundle/icon/_path.scss