/* ********************************************************
 * FONT FALLBACK CSS
 * ********************************************************
 * For use when SOE environments don't allow Font Download,
 * this overrides FontAwesome with a custom image icon set
 * you provide.
 *
 * Simply uncomment this file and it will be activated.
 * See instructions below for overriding specific icons.
 *
 * ********************************************************
 * OVERRIDING ICONS
 * ********************************************************
 * To override a specific icon, reference its FontAwesome class
 * then specify a background image set as per below.
 **********************************************************
 * UNCOMMENT BELOW SECTION
 *********************************************************/

/*.fa-sign-out {
  background-image: url();
  width: 21px;
  height: 18px;
  vertical-align: -5px;
}

.fa {
  font: normal normal normal 14px/1 Arial;
}

.fa:before {
  content: "";
}*/
