/* Disable legacy icon-font pseudo-elements so no font files are needed */
.fa:before,
.fa:after,
[class^="fa-"]:before,
[class*=" fa-"]:before,
.glyphicon:before,
.glyphicon:after {
  content: '' !important;
}

/* Keep layout spacing for labels that used icon fonts */
.fa,
.glyphicon {
  display: inline-block;
  width: 1em;
}


