

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

@font-face {
  font-family: "Century Gothic";
  src: url("../font/CenturyGothic.woff2") format("woff2"),
       url("../font/CenturyGothic.woff") format("woff"),
       url("../font/CenturyGothic.ttf") format("truetype"),
       url("../font/CenturyGothic.eot") format("embedded-opentype"),
       url("http://www.zhonghewei.com/public/css/fonts/Century%20Gothic.svg") format("svg");
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.woff2") format("woff2"),
       url("../font/Helvetica.woff") format("woff"),
       url("../font/Helvetica.ttf") format("truetype"),
       url("../font/Helvetica.eot") format("embedded-opentype"),
       url("http://www.zhonghewei.com/public/css/fonts/Helvetica.svg") format("svg");
}
@font-face {
  font-family: "Avian Regular";
  src: url("../font/AvianRegular.woff2") format("woff2"),
       url("../font/AvianRegular.woff") format("woff"),
       url("../font/AvianRegular.ttf") format("truetype"),
       url("../font/AvianRegular.eot") format("embedded-opentype"),
       url("http://www.zhonghewei.com/public/css/fonts/Avian%20Regular.svg") format("svg");
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../font/SourceHanSansCN-Regular.woff") format("woff"),
       url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("http://www.zhonghewei.com/public/css/fonts/SourceHanSansCN-Regular.svg") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



