@font-face {
	
	font-family: 'microsoft yahei',SimSun,Verdana,Arial;  /*自定入加入 2018-8-2 */
	
	/*指定名为"Conv_MyriadPro-Regular"的字体，并指定在哪里可以找到它的URL：*/
	font-family: Conv_MyriadPro-Regular;
	
	src: local("?"), url(fonts/MyriadPro-Regular.woff) format("woff"), url(fonts/MyriadPro-Regular.ttf) format("truetype"), url(fonts/MyriadPro-Regular.svg) format("svg");
	font-weight: normal;   /*字体的粗细*/
	font-style: normal;   /*字体样式*/
}

