/*Assets*/
/*
.eot");													--> IE9 Compat Modes
.eot?#iefix") format("embedded-opentype"),	--> IE6-IE8
.woff") format("woff"),							--> Modern Browsers
.ttf") format("truetype");						--> Safari, Android, iOS


@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  [if ! lte IE 8]src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
	    url("../fonts/fontawesome-webfont.woff") format("woff"),
	    url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*/
