@font-face {
	font-family: 'MontThin';/*细体*/
	src:url('../fonts/Montserrat Thin.ttf'); 
	src:url('../fonts/Montserrat Thin.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MontRegular';/*正常*/
	src:url('../fonts/Montserrat-Regular.ttf'); 
	src:url('../fonts/Montserrat-Regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MontSemiBold';/*稍粗*/
	src:url('../fonts/Montserrat-SemiBold.ttf'); 
	src:url('../fonts/Montserrat-SemiBold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MontBold';/*粗体*/
	src:url('../fonts/Montserrat-Bold.ttf'); 
	src:url('../fonts/Montserrat-Bold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MontMedium';
	src:url('../fonts/subset-Montserrat-Medium.ttf'); 
	src:url('../fonts/subset-Montserrat-Medium.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src:url('../fonts/Open Sans.ttf'); 
	src:url('../fonts/Open Sans.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'SourELight';/*超细体*/
	font-style: normal;
	font-weight: normal;
	src: local('Kamerik105-Book'), url('../fonts/SourceHanSansCN-ExtraLight.otf') format('truetype');
}
@font-face {
	font-family: 'SourcCNLight';/*细体*/
	font-style: normal;
	font-weight: normal;
	src: local('Kamerik105-Book'), url('../fonts/SourceHanSansCN-Light.otf') format('truetype');
}
@font-face {
	font-family: 'SourRegular';/*正常*/
	font-style: normal;
	font-weight: normal;
	src: local('Kamerik105-Book'), url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
}
@font-face {
	font-family: 'SourMedium';/*稍粗*/
	font-style: normal;
	font-weight: normal;
	src: local('Kamerik105-Book'), url('../fonts/SourceHanSansCN-Medium.otf') format('truetype');
}
@font-face {
	font-family: 'SourBold';/*粗体*/
	font-style: normal;
	font-weight: normal;
	src: local('Kamerik105-Book'), url('../fonts/SourceHanSansCN-Bold.otf') format('truetype');
}