@font-face {
  font-family: 'custom-icon';
  src: url('../fonts/iconfont1.ttf') format('truetype');
}
.custom-icon{
  font-family:"custom-icon" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-yonghuming:before {
  content: "\e63c";
}

.custom-icon-ziyuanxhdpi:before {
  content: "\e62e";
}