@font-face {
	font-family: MS;
	src: url(https://nh-xingda.oss-cn-guangzhou.aliyuncs.com/fonts/MiSans-REGULAR.TTF);
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 这个属性可以控制字体加载期间的显示行为 */
}
body {
	font-family: MS !important;
}
