@font-face {
	font-family: "TimesNewRoman"; //自定义字体名称
	src: url(./TimesNewRoman.ttf) format('truetype'); //字体包路径
}
