@charset "UTF-8";
/**
* author: zhanghuan
* created: 2018/6/7
* describe: 字体
*/

/* @font-face {
	font-family: "source han sans";
	src: url("../fonts/NotoSansCJK-Thin.otf");
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-Light.otf");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-DemiLight.otf");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-Regular.otf");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-Medium.otf");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-Bold.otf");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "source han sans";
	src: url("../../fonts/NotoSansCJK-Black.otf");
	font-weight: 800;
	font-style: normal
} */