/* --- Kill Font Awesome font downloads (must load last) --- */

/* FA5 Free Regular (400) */
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  src: local("☺") !important;
}

/* FA5 Free Solid (900) */
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  src: local("☺") !important;
}

/* FA5 Brands (400) */
@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  src: local("☺") !important;
}

/* Legacy */
@font-face{
  font-family:"FontAwesome";
  font-style:normal;
  font-weight:normal;
  src: local("☺") !important;
}
