body,html,div,span,ul,h2,input,textarea,form,span,p,b,*{
	font-family: 'myfont';
	font-size: 10pt;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5em;
	box-sizing: border-box;
}