 @font-face {
  font-family: "IPlaunIcon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/icon.woff") format("woff"),
       url("../fonts/icon.ttf") format("truetype"),
       url("../fonts/icon.svg#IPlaunIcon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "IPlaunIcon";
    src: url("../fonts/icon.svg#IPlaunIcon") format("svg");
  }
}