/*
 * We don't use the full CSS provided by FontAwesome since it doesn't support IE6 and adds
 * a lot of classes that might conflict with our existing CSS. Once we can drop support
 * for IE6 we could consider switching to use the full FontAwesome distribution (including CSS).
 * But for the moment we simply declare the font-face and let our normal module system
 * handle the rest as is needed.
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.eot');
  src: url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.woff') format('woff'),
       url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('/js/ext/font-awesome/font-awesome-4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
