@font-face {
  font-family: "WhatsApp"; /* Project id  */
  src: url('../font/WhatsApp.ttf') format('truetype');
}

.WhatsApp {
  font-family: "WhatsApp" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youxiang:before {
  content: "\e533";
}

.icon-wechat-:before {
  content: "\e621";
}

.icon-whatsapp:before {
  content: "\ea07";
}
