CSS/@font-face

@font-face {
	font-family: 'MyFont';
	src: url(../font/HuiFontP109.ttf);
}

body, html {
  font-family: MyFont;
}