@font-face {
    font-family: 'YousheTitle';
    src: url('./ysbth.eot'); /* 兼容 IE9 以下浏览器 */
    src: url('./ysbth.eot?#iefix') format('embedded-opentype'), /* 兼容 IE9+ */
         url('./ysbth.woff2') format('woff2'),
         url('./ysbth.woff') format('woff'),
         url('./ysbth.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Moshou-bold';
	src: url('./moshou.eot'); /* 兼容 IE9 以下浏览器 */
	src: url('./moshou.eot?#iefix') format('embedded-opentype'), /* 兼容 IE9+ */
			 url('./moshou.woff2') format('woff2'),
			 url('./moshou.woff') format('woff'),
			 url('./moshou.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Moshou-regular';
	src: url('./moshou.eot'); /* 兼容 IE9 以下浏览器 */
	src: url('./moshou.eot?#iefix') format('embedded-opentype'), /* 兼容 IE9+ */
			 url('./moshou.woff2') format('woff2'),
			 url('./moshou.woff') format('woff'),
			 url('./moshou.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}