/*
@font-face {
  font-family: myCustomFont, sans-serif;
  font-style: normal;
  src: url(../css/cwTeXHei-zhonly.ttf);
}

body {
	font-family: 'cwTeXHei', sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #666666;
	line-height: 180%;
	overflow-x: hidden !important;
}
*/
/*
@font-face {
  font-family: myCustomFont;
  src: url(../css/cwTeXHei-zhonly.ttf);
}

body {
  font-family: myCustomFont;
}
*/

@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  src: url(../css/cwTeXHei-zhonly.eot);
  src: url(../css/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(../css/cwTeXHei-zhonly.woff2) format('woff2'),
       url(../css/cwTeXHei-zhonly.woff) format('woff'),
       url(../css/cwTeXHei-zhonly.ttf) format('truetype');
}

body {
	font-family: 'cwTeXHei', sans-serif !important;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #666666;
	line-height: 180%;
	/*overflow-x: hidden !important;*/
}
