3.1.2 (Brainy Betty)
4fb3d0e77a7fd36984c36786b552672c598f7d95
o:Sass::Tree::RootNode
:@has_childrenT:@children[o:Sass::Tree::ImportNode
;[ :@imported_filename"shared:@options{ :
@linei:@template0o:Sass::Tree::CommentNode;[ ;
@
:@lines[ :
@loud0:@value"/* Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.
 *
 * * $name is required, arbitrary, and what you will use in font stacks.
 * * $font-files is required using font-files('relative/location', 'format').
 *   for best results use this order: woff, opentype/truetype, svg
 * * $eot is required by IE, and is a relative location of the eot file.
 * * For android 2.2 Compatiblity, please ensure that your web page has
 *   a meta viewport tag.
 * * To support iOS < 4.2, an SVG file must be provided
 *
 * If you need to generate other formats check out the Font Squirrel
 * [font generator](http://www.fontsquirrel.com/fontface/generator)
 *
 * Example:
 *
 *     @include font-face("this name", font-files("this.woff", woff, "this.otf", opentype), "this.eot") */;i:@silenti o:Sass::Tree::MixinDefNode;T;[o:Sass::Tree::VariableNode:
@expro:Sass::Script::Funcall
;
{ :@keywords{ :
@args[o:&Sass::Script::StringInterpolation
;
@:@aftero:Sass::Script::String	;
@;"?iefix;i:
@type:string:	@mido:Sass::Script::Variable	;
@:
@name"eot:@underscored_name"eot;i;i:@beforeo;	;
@;" ;i;;;"unquote;i;[ ;
@
;"iefont:@guarded0;io:Sass::Tree::DirectiveNode
;T;[o:Sass::Tree::PropNode;[ :
@tabsi ;
@
;["font-family:@prop_syntax:new;o;
;
{ ;{ ;[o;	;
@(;"	name; "	name;i;"
quote;i;iu:Sass::Tree::IfNoden[o:Sass::Script::Variable	:@options{ :
@name"eot:@underscored_name"eot:
@linei 0[o:Sass::Tree::PropNode:@children[ :
@tabsi ;{ ;["src:@prop_syntax:new:@valueo:Sass::Script::Funcall
;{ :@keywords{ :
@args[o; 	;@;"eot;"eot;	i!;"font-url;	i!;	i!o:Sass::Tree::VariableNode:
@expro:Sass::Script::List	;{ :@separator:
comma;[o;	;@;:
space;[o;
;@;{ ;[o; 	;@;"iefont;"iefont;	i";"font-url;	i"o;
;@;{ ;[o:Sass::Script::String	;@;"format('eot');	i":
@type:string;"unquote;	i";	i"o; 	;@;"font-files;"font_files;	i";	i";[ ;@;"font-files:@guarded0;	i"o;$;[ ;%i ;
@
;["src;&;';o;	;
{ ;"font-files; "font_files;i$;i$;
@
;"@font-face;i;
@
;[[o;;
{ ;"	name; "	name0[o;;
@<;"font-files; "font_files0[o;;
@<;"eot; "eoto:Sass::Script::Bool;
@<;F;i;"font-face;i;
@
;i;"P@import "shared";

// Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.
//
// * $name is required, arbitrary, and what you will use in font stacks.
// * $font-files is required using font-files('relative/location', 'format').
//   for best results use this order: woff, opentype/truetype, svg
// * $eot is required by IE, and is a relative location of the eot file.
// * For android 2.2 Compatiblity, please ensure that your web page has
//   a meta viewport tag.
// * To support iOS < 4.2, an SVG file must be provided
//
// If you need to generate other formats check out the Font Squirrel
// [font generator](http://www.fontsquirrel.com/fontface/generator)
//
// Example:
//
//     @include font-face("this name", font-files("this.woff", woff, "this.otf", opentype), "this.eot")
@mixin font-face(
  $name, 
  $font-files, 
  $eot: false
) {
  $iefont: unquote("#{$eot}?iefix");
  @font-face {
    font-family: quote($name);
    @if $eot {
      src: font-url($eot);
      $font-files: font-url($iefont) unquote("format('eot')"), $font-files; 
    }
    src: $font-files; 
  }
}
