3.1.10 (Brainy Betty) 4fb3d0e77a7fd36984c36786b552672c598f7d95 o:Sass::Tree::RootNode :@has_childrenT:@children[o:Sass::Tree::ImportNode : @linei;[:@imported_filenameI" shared:ET:@template0: @options{o:Sass::Tree::CommentNode : @silenti: @value[I"/* 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") */; F; i;[: @loud0; @ o:Sass::Tree::MixinDefNode ;T; i;[o:Sass::Tree::VariableNode ; i;[: @guarded0: @expro:Sass::Script::Funcall :@keywords{; i: @args[o:&Sass::Script::StringInterpolation : @beforeo:Sass::Script::String ;I"; T; i: @type: string; @ : @mido:Sass::Script::Variable ; i:@underscored_nameI"eot; T: @nameI"eot; T; @ : @aftero; ;I" ?iefix; T; i;;; @ ; i; @ ;!I" unquote; T; @ ;!I" iefont; T; @ o:Sass::Tree::DirectiveNode ;I"@font-face; F;[o:Sass::Tree::PropNode ;o; ;{; i;[o; ; i; I" name; T;!I" name; T; @ ;!I" quote; T; @ : @tabsi; i;[:@prop_syntax:new;![I"font-family; T; @ u:Sass::Tree::IfNodeµ[o:Sass::Script::Variable : @linei :@underscored_nameI"eot:ET: @nameI"eot;T: @options{0[o:Sass::Tree::PropNode : @valueo:Sass::Script::Funcall :@keywords{;i!: @args[o; ;i!;I"eot;T; I"eot;T; @ ; I" font-url;T; @ : @tabsi;i!:@children[:@prop_syntax:new; [I"src;T; @ o:Sass::Tree::VariableNode ;i";[: @guarded0: @expro:Sass::Script::List ; [o; ; [o; ;{;i";[o; ;i";I" iefont;T; I" iefont;T; @ ; I" font-url;T; @ o; ;{;i";[o:Sass::Script::String ; I"format('eot');T;i": @type: string; @ ; I" unquote;T; @ ;i":@separator: space; @ o; ;i";I"font_files;T; I"font-files;T; @ ;i";: comma; @ ; I"font-files;T; @ o;$ ;o; ; i$; I"font_files; T;!I"font-files; T; @ ;%i; i$;[;&;';![I"src; T; @ ; i;T; @ ;[[o;; I" name; T;!I" name; T; @ 0[o;; I"font_files; T;!I"font-files; T; @ 0[o;; I"eot; T;!I"eot; T; @ o:Sass::Script::Bool;F; i; @ ;!I"font-face; T; @ ; 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; } } ; T; @ ; i